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

*
{
	margin:0px; padding:0px;
}

body
{
background:#070C0D url(../images/bg.png) repeat-x top;	
}

#master_layout
{
	margin:0pt auto;
	width:100%;
}

#header_layout
{
	width:800px;
	margin:0pt auto;
}

#wrapContent
{
	margin:0pt auto;
	background:#203A43 url(../images/bgcontent.png) repeat-x;
	width:100%;	
}

#content_layout
{
	margin:0pt auto;
	width:800px;
}
#wrapFooter
{
	background: url(../images/footerbg.png) repeat-x;
	margin:0pt auto;
	width:100%
}

#footer_layout
{
	margin:0pt auto;
	width:800px;
}

