@charset "utf-8";
/* CSS Document */

html, body {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	height:100%;
	margin:0px;
	}

h1 {
	font-size:24px;
	color:#CCCCCC;
	}

a {
	text-decoration:none;
	color:#FF9933;
	}
	
a:hover {
	text-decoration:underline;
	}

img {
	border:none;
	}

.clear {
	clear:both;
	margin:0px;
	}

#rss_widget {
	height:350px;
	width:300px;
	float:left;
	margin-top:150px;
	margin-right:auto;
	position:fixed;
	}

#orderdvd {
	width:226px;
	height:226px;
	float:left;
	position:absolute;
	
	}
#orderdvd a {
	width:226px;
	height:226px;
	outline:none;
	text-decoration:none;
	
	}
#orderdvd img {
	border:none;
	width:226px;
	height:226px;
	}
	
#top_orderdvd {
	background:url(images/top_order_repeat.jpg) repeat-x top;
	margin:0px;
	height:82px;
	}

#top_order_btn {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	}
	
#top_order_btn a {
	text-decoration:none;
	outline:none;
	}
	
#top_order_btn img {
	width:900px;
	height:82px;
	border:none;
	}
	
#intro_content {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	}
	
	
	
/*LINKS*/
#links_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin:20px 0px 20px 20px;
	width:800px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	}
	
#links_heading {
	width:633px;
	margin-left:auto;
	margin-right:auto;
	}
#links_body ul {
	list-style:decimal;
	}
#link_body ul li {
	line-height:25px;
	}
	
#nav_bg {
	background:url(images/nav_bg.png);
	width:45px;
	height:223px;
	float:left;
	margin-top:150px;
	margin-right:auto;
	position:fixed;
}
.nav {
	width:32px;
	margin-left:auto;
	margin-right:auto;
	margin-top:24px;
}
.nav a {
	padding:0px;
	}
.nav img {
	padding:0px 0px 0px 0px;
}


