body {
background: url('/head_bg.jpg') no-repeat top center;
background-color: #DDD;
margin: 0px;
padding: 0px;
font-family: Palatino Linotype, Verdana, sans-serif;
font-size: 16px;
line-height: 1.4;
color: #000;
}

.wrapper {
margin-left: auto;
margin-right: auto;
width: 950px;
float:none;
}

.content {
width: 950px;
}

.logo {
height: 20px;
}

.main a:link {
text-decoration:none;
color: #7F7F7F;
}

.main a:active {
text-decoration:none;
color: #7F7F7F;
}

.main a:visited {
text-decoration:none;
color: #7F7F7F;
}

.main a:hover {
text-decoration:underline;
color: #000;
}

.main {
z-index: 20;
-moz-box-shadow:0px 0px 3px #AAAAAA;
-webkit-box-shadow:0px 0px 3px #AAAAAA; 
box-shadow: 0px 0px 3px #AAAAAA;
border-top: 1px solid white;
border-radius: 5px;
background-color: #FFF;
padding: 5px 10px 10px 10px;
}

.welcome {
font-size: 20px;
color: #2068A8;
}

.lulz {
font-style: italic;
color: #808080;
margin-top: -5px;
}

.clr {
clear: both;
}