@charset "UTF-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background: #000000;
color: #fff;
text-align:center;
margin-top:10px;
font-size:10pt;
padding-bottom: 20px;
		}


#header {
position:absolute;
margin-left:155px;
top:10px;
width:437px;
height:336px;
background-image:url(images/header.gif);
background-repeat: no-repeat;
}

img {

border: none;
style: none;
max-height: 195px;

}

#descriptiontext {
position:absolute;
left:101px;
top:0px;
width:552px;
height:40px;
}

#content
{
margin-left: auto;
margin-right: auto;
width: 57em;
text-align: left;
}

#post {
position: absolute;
margin-top:360px;
width:150px;
max-height:300px;


}

#seeitpost {
background-image:url("images/seeit.png");
background-repeat: no-repeat;
margin-top:-50px;
margin-left:25px;
padding-bottom: 80px;
}

#skipitpost {
background-image:url("images/skipit.png");
background-repeat: no-repeat;
margin-top:-50px;
margin-left:25px;
padding-bottom: 80px;
}

#inline {
	font-family: Arial, Helvetica, sans-serif;        
	font-style: normal;
	font-size: 13px;
	width: 770px;
	margin-left: 0px;
}

#inline ul {
	margin: 0px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
 	list-style-type: none;
	list-style-image: none;
	background: #333333;
	line-height: 30px;
	
	}
#inline li {
	color: #ffffff;
	display: inline;
	}
#inline ul li a {
	text-decoration:none;
	margin: 0px;
	padding: 5px 3px 5px 3px;
	color: #fff;
	background: #333333;
	}
#inline ul li a:hover {
	color: #ffffff;
	background: #6380FF;
	}

ul { list-style-image: url("images/bullet.png");
text-align:left; 
padding-top: 2px;
padding-bottom: 2px;
margin-left: -30px !important; margin-left: 0px; 
margin-top:-30px;
list-style-position: inside
}


#footer {
position:relative;
margin-left: 10px;
width:702px;
height:auto;
padding-bottom:10px;
}




