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

#maincontainer {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	
}
#page1 {
	margin: 0px;
	background-color: #252525;
	background-attachment: fixed;
	/* [disabled]background-image: url(Images/BG.png); */
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Courier New", Courier, monospace;
}

	

#main_content {
	height: 540px;
	width: 1000px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-color: #0C0C0C;
	border: 3px ridge #333333;
	color: #CCC;
	padding-top: 15px;
	font-family: "Courier New", Courier, monospace;
	
	
}
#leftcontent {
	float: left;
	width: 450px;
	height: 520px;
	background-color: #0C0C0C;
	padding-top: 18px;
}
#rightcontent {
	float: right;
	width: 1000px;
	height: 540px;
	background-color: #000000;
	padding-top: 18px;
	font-family: "Courier New", Courier, monospace;
	color: #CCC;
}




#bottomcontent {
	color: #CCC;
	float: right;
	height: auto;
	width: 220px;
	margin-top: 30px;
	margin-right: 35px;
	font-size: 14px;
	text-align: right;
}

.bg_video {
	background-color: #0C0C0C;
}
#title_video {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	height: 40px;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: -15px;
	margin-top: 35px;
}
