@import "content.css";


body { background-image: url(images/Main_pg_bg.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
}

/* Body Structure */

#container {
clear:both;

background-repeat:repeat-x;
height:100%;

}

#pageContainer {

margin:auto;
width: 800px;
height:auto;
background-color:#FFFFFF;


}

/* Begin header structure */

#header { 
margin:auto;
background: url(images/Top_Header.jpg);
width:780px;
height: 103px;
}

#headerFlashSpace { 
margin:auto;
width:780px;
height: 212px;
}

#menu { 

margin:auto;
width:780px;
height: 43px;
text-align:center;
}

#contentContainer {
margin:auto;
background: url(images/Content_pg_bg.jpg);
background-repeat:repeat-y;
width:780px;
}

#footer {
margin:auto;
width:780px;
height:45px;
}

/* end content structure  */

/* Begin footer structure  */



