@import "content.css";


/* Website structure layout styles */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}


#menuHolder{
margin:auto;
width:980px;
height:67px;
background-image: url(images/menu_bg.jpg);
background-repeat: no-repeat;
}


#menu{
margin:auto;
width:930px;
height:67px;
}

#contentHolder{
margin:auto;
width:980px;
height:576px;
background-image: url(images/content_bg.jpg);

}

#contentHome{
margin:auto;
width:980px;
height:576px;
background-image: url(images/home_pic.jpg);

}

#contentRegister{
margin:auto;
width:833px;
height:442px;
background-image: url(images/register_bg.jpg);
background-repeat:no-repeat;

}

#content{
margin:auto;
width:930px;
height:545px;

}

#contentScroll{
width:460px;
height:350px;
overflow:auto;

}

#footer{
margin:auto;
width:980px;
height:72px;
}



