@import url("reset.css");
 /****************************
1. Universal Styles
****************************/
body{
	background:#1e042b;
	color:#000000;
    font-family:Arial, Tahoma, Verdana;
}
.clear{clear:both}
.left{float:left;}
.right{float:right;}
/****************************
2. Header Styles
****************************/
#page{
    width:1000px;
    margin:0 auto;
    background:#ffffff;
    padding-bottom:20px;
}
.header img{display:block}
.title_section{
    height:46px;
    background:#000000;
}
.title_section p{
    font-size:24px;
    color:#ffffff;
    padding:7px 0 0 30px
}
.title_section img{
    margin:12px 30px 0 0;
}
.media_player{
    width:960px;
    height:566px;
    background:#000000;
    margin:20px auto 0 auto;
}
.title_section_b{
    height:35px;
    background:#000000;
    margin:17px auto;
    width:960px;
}
.title_section_b p{
    color:#ffffff;
    font-size:18px;
    padding:7px 0 0 13px;
}
.desc-a{
    padding:0 35px 0 35px;
    font-size:14px;
    color:#666666;
}
.desc-a a{
    color:#ec03f9;
}
.thumbs {
    text-align:center;
    margin:20px 0 0 0;
}
.thumbs img{
    display:inline-block;
}
.link_download{
    width:960px;
    height:74px;
    display:block;
    background:url(../images/link-button.gif);
    margin:20px auto auto auto;
    font-size:48px;
    color:#000000;
    font-weight:bold;
    text-decoration:none;
    text-shadow: 3px 3px 3px #ffffff;
    text-align:center;
    padding:30px 0 0 0;
    text-shadow:2px 2px 0px #ffffff;
    
}
.link_download:hover{color:#ffffff;text-shadow:2px 2px 0px #000000;}
.footer_links{
    height:254px;
    background:#000000;
    border-top:solid 5px #787777;
    border-bottom:solid 5px #787777;
    margin-top:60px;
}
.bottom-wrap-a{
    font-size:12px;
    text-align:center;
    color:#989797;
    font-weight:bold;
    line-height:16px;
    width:187px;
    margin:10px 0 0 20px;
}
.bottom-wrap-a a{
    display:block;
    width:187px;
    padding:12px 0 0 0;
    height:27px;
    background:#ec03f9;
    font-size:26px;
    text-decoration:none;
    color:#ffffff;
    margin-top:17px;
    text-shadow:2px 2px 0px #000000;
}
.bottom-wrap-a a:hover{
    background:#00ff00;
}
.bottom-wrap-b{
    margin:14px 6px 0 0;
}
.bottom-wrap-b img{
    margin:0 10px 0 0;
}
.bottom-links{
    margin:30px 0 0 0;
    font-size:12px;
    color:#555555;
    text-align:center;
    
}
.bottom-links p{
    margin:0 0 30px 0;
}
.cumshot-info {
	font-size: 11px; 
	color: #999999;
	width: 85%;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}

.cumshot-heading {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.cumshot-link {
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 25px;
}