body {
	font-family : "Comic Sans MS", Arial, helvetica, sans-serif ;
	color:#ffffff;
	background-color: #000000;
	text-align: center; /* Center align for IE */
}
*{  
   margin:0;  
   padding:0;  
}  

#warp {
   margin:0 auto;  
   text-align:left;
}
#header {
	background-image:url('images/header.png');
	background-repeat:no-repeat;
	width:800px;
	height:175px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}
#header_text {
	margin-left: auto;
    margin-right: auto;
	position: relative;

}
#nav_bar {
	background-image:url('images/nav.png');
	background-repeat:no-repeat;
	width:800px;
	height:65px;
	margin-left: auto;
    margin-right: auto;
	position: relative;

}
#nav_bar_info {
	margin-left: auto;
    margin-right: auto;
	position: relative;

}
#size {
	width: 111px;
	height: 67px;
	border: 0px;
	border-style: none;
}	
#content {
	color:white;
	background-image:url('images/content.png');
	background-repeat:no-repeat;
	width:795px;
	height:379px;
	margin-left: auto;
    margin-right: auto;
	position: relative;

}
#main_content {
	text-align : center;
	width:750px;
	height:300px;
	position: relative;

}
#footer {
	background-image:url('images/footer.png');
	background-repeat:no-repeat;
	width:795px;
	height:30px;
	margin-left: auto;
    margin-right: auto;
	text-align : center;
	font-size : 8pt;
	position: relative;

}