body {margin:0; padding:0;}

a:link {
	color: #007eb2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #007eb2;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #000;
}

#bg {background:url(bg.jpg) #b6b9c0 no-repeat center 0; height:100%; width:100%; position:fixed }

#wrapper {width:900px;
height:auto;
padding-top:150px;
margin:auto;
}

#wrapper ul {padding:5px 0 20px;}
#wrapper li {float:left; display:block;}
#wrapper li a {font-family: Arial, Helvetica, sans-serif; font-size:18px; line-height:0; background:#666; color:#ccc; margin:0 10px 0 0; padding:4px 11px; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; letter-spacing:-1px;}

#wrapper li a:hover {background:#007eb2; color:#FFF;}

h1 {font-family: Arial, Helvetica, sans-serif; font-size:65px; letter-spacing:-6px; line-height:0; color:#007eb2; text-shadow:1px 1px 1px #DDDDDD;
}
h2 {font-family: Arial, Helvetica, sans-serif; font-size:22px; letter-spacing:-1px; line-height:0; color:#222}
p  {font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size:20px; letter-spacing:-1px; color:#333; line-height:20%; }
.line {border-bottom:1px dotted #666;}

.footer {margin-top:200px;}
.footer p {font-family:  Tahoma, Geneva, sans-serif; font-size:10px; letter-spacing:0; color:#777;}