* {
margin:0;
}

body {
font-family:helvetica;
font-size:20px;
text-align:center;
background-image:url('images/back.jpg');
background-position:top center;
background-attachment:fixed;
height:100%;
background-color:#434040;
margin:0;
padding:0;
}

#wrapper {
width:925px;
text-align:left;
border:dotted 0 #904d41;
height:450px;
margin:-15px auto 33px;
padding:9px 22px 5px 20px;
}

#top {
background-image:url('images/a.png');
background-repeat:no-repeat;
width:858px;
height:170px;
margin-left:auto;
margin-right:auto;
}

h1 {
letter-spacing:-0.05em;
color:#ff8757;
font-size:15px;
margin-bottom:9px;
text-align:center;
}

#wrapper ul {
list-style:none;
}

#wrapper ul li {
background-color:#ffdb78;
float:left;
-moz-border-radius:10px;
border-radius:10px;
-webkit-border-radius:10px;
margin:6px 9px 6px 6px;
padding:10px;
}

#bottomlinks {
background-color:#904d41;
margin:-10px 0 0;
padding:10px 0 11px;
}

#footer {
color:#ff8757;
font-size:.5em;
padding:4px;
}

#tags {
float:right;
margin-top:-50px;
color:#904d41;
font-size:12px;
line-height:9px;
}

#gall {
visibility:hidden;
display:none;
}

#bottomlinks a,#bottomlinks a:link,#bottomlinks a:visited {
color:#ffe4ca;
text-decoration:none;
background-color:#904d41;
padding:10px 0 11px;
}

#bottomlinks a:hover {
color:#904c41;
text-decoration:none;
background-color:#ff8757;
padding:10px 0 11px;
}

