@import "content.css";

body {
background-image:url(images/leather2.jpg);

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

#wrapper{
margin:auto;
width:1250px;
height:773px;
background-image:url(images/Main_layout.png);
background-repeat:no-repeat;

}


#header{
margin:auto;
width:700px;
height:150px;

}

#menuHolder{
margin:auto;
width:700px;
height:44px;
background-image: url(images/menu_bar.jpg);
background-repeat:no-repeat;

}

#contentHolder{
margin:auto;
width:700px;
background-image:url(images/Page_bg.jpg);
background-repeat:repeat-x;
background-color:#88428a;

}

#footer{
margin:auto;
width:700px;
height:70px;

}
