@charset "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#777777;
	
	background: black url(limit-bg.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
}

strong{ color:#666666;}

.dark{ color:#333333}

.inner {
	background:url(limit-fg.jpg) no-repeat;
	width:900px;
	min-height:800px;
}

#linkhome{ display:block;  width:220px; height:80px; /*border:#009933 solid 1px;*/ position:relative; left:320px; top:30px; }
#linkhome div{ width:100%; height:100%; display:block;}

.content{ 
	margin:0px 0px 0px 0px; width:652px; 
/*	border:#CC9900 solid 1px;
*/	position:relative;
	top:510px;
	text-align:center
	
			
			
}

.text1{ width:100%;}

.text2{ clear:both; width:100%; border-top:#333333 dotted 1px; 
	margin:20px 0px 0px 0px; padding: 20px 0px 0px 0px; 
	font-weight:normal;
	color:#333333;

}


.text2 a:link, .text2 a:visited{ color:#444444; text-decoration:none; font-weight:bold;}
.text2 a:hover, .text2 a:active{ color:white; }






.vidbuts{
	float:left;
	width:50%;
	margin: 0px 0px 30px 0px;

}

.vidbuts span{	 width:100%;


}


.vidbuts a:link, .vidbuts a:visited{ 
	font-size:18px; padding:3px 10px;
	
	font-weight:bold;
	color:#FFFFFF; text-decoration:none;
	background-color:#333333;
	
}

.vidbuts a:hover{ background-color:#33CCFF;}



#sizetext{ font-size:10px; font-weight:normal; text-transform:uppercase;}
