2009-10-29 07:32:41 +00:00
|
|
|
body {
|
2009-10-29 09:48:19 +00:00
|
|
|
color:#BBB3A6;
|
2009-10-29 07:32:41 +00:00
|
|
|
background-color: #332920;
|
|
|
|
font-family: Helvetica, Verdana, sans-serif;
|
|
|
|
font-size: .8em;
|
|
|
|
}
|
|
|
|
#wrapper {
|
|
|
|
width:100%;
|
|
|
|
overflow:none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
|
|
|
color:#BBB3A6;
|
|
|
|
padding:40px;
|
|
|
|
margin:0 auto;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
color:#BBB3A6;
|
|
|
|
font-size:.6em;
|
|
|
|
margin:0 auto;
|
|
|
|
text-align:center;
|
|
|
|
}
|
|
|
|
|
2009-10-29 09:48:19 +00:00
|
|
|
div.box {
|
|
|
|
padding-top:50px;
|
2009-10-29 07:32:41 +00:00
|
|
|
margin:0em auto;
|
|
|
|
text-align:center;
|
|
|
|
}
|
2009-10-29 09:48:19 +00:00
|
|
|
|
2009-10-29 07:32:41 +00:00
|
|
|
div.border {
|
|
|
|
background-color:#BBB3A6;
|
|
|
|
padding:5px;
|
|
|
|
margin:0 auto;
|
|
|
|
color:#48362A;
|
2009-10-29 09:48:19 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#header a, #header a:visited {
|
|
|
|
color:#48362A;
|
|
|
|
}
|
|
|
|
|
|
|
|
.light {
|
|
|
|
color:#BBB3A6;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size:1.5em;
|
|
|
|
font-weight:lighter;
|
2009-10-29 07:32:41 +00:00
|
|
|
}
|