/*
Title: Main CSS
Date: 30 March 2009
Authours: Kym Garland - made with passion
Email: [email]kym@madewithpassion-design.com[/email]
/* ~~~ General Properties ~~~ */
* { margin:0; padding:0; }
body {
background-color:#382d28;
}
/* ~~~ Div Properties ~~~ */
#container {
position:relative;
background-image:url(../images/bg.jpg);
margin:0 auto;
width:1024px;
height:800px;
}
#pageheader {
position:absolute;
right:16em;
top: 8em;
width:300px;
height:60px;
background:url(../images/logo-text.gif) bottom no-repeat;
}
#flash {
position:absolute;
float:left;
margin:0 auto;
left:11em;
top:12em;
width:597px;
height:291px;
background-color:#FFF;
}
#menu {
position:absolute;
float:right;
width:120px;
right:7em;
top:13em;
}
#footer {
position:absolute;
top:40em;
width:1000px;
height:50px;
background:url(../images/footer.gif); background-repeat:no-repeat; background-position:center;
text-align:center; color:#FFF;
}
/* ~~~ fonts ~~~ */
#menu li {
font-family: Garamond, serif; size: 100%;
color:#FFF;
text-transform:uppercase;
list-style:none;
}
Bookmarks