/*#########REWRITTEN STYLES FOR STANDARD ELEMENTS##########*/
body{
	background-color:black;
	color:#CCCC99;
	margin:0;
	font-family:"Times New Roman", Times, serif
}
h1{
	font-weight:Bold;
	font-size:2.0em;
	padding:8px 0 8px 0;
}
div.hr {
	background-image: url('../img/footer_line.png');
	background-repeat: no-repeat;
	width: 716px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
div.hr hr {
  display: none;
}
/*#################PAGE BLOCKS' IDS###################*/
#megabg_container{
	background-image:url('../img/main_bg.png');
	background-position:center top;
	background-repeat:repeat-y;
		width:960px;
		margin:0 auto;
}

