@charset "utf-8";
/* CSS Document */

body
{
	background:#171717;
	margin:0px;
}
#main
{
	width:100%;
	height:100%;
	padding:0;
	border-collapse:collapse;
}
#leftContainer
{
	background:url(../img/leftback.jpg) top right repeat-x;
	vertical-align:top;
}
#left
{
	width:100%;
	height:100%;
	background:url(../img/left.jpg) top right no-repeat;
}
#midContainer
{
	width:718px;
	vertical-align:top;
}
#midTable
{
	width:718px;
	height:100%;
}
#header
{
	width:718px;
	height:130px;
	background:url(../img/header.jpg);
}
#content
{
	width:718px;
	height:389px;
	/*background:url(img/content.jpg);*/

}
#intro{
position: absolute;
z-index: 1;
}
#footer
{
	background:url(../img/footer.jpg) top no-repeat;
}
#rightContainer
{
	background:url(../img/rightback.jpg) top left repeat-x;
	vertical-align:top;
}
#right
{
	width:100%;
	height:100%;
	background:url(../img/right.jpg) top left no-repeat;
}
