@charset "UTF-8";
/* CSS Document */
/* Basic formatting to change the background graphic and set appropriate margins on content pages */

/* Begin Structure */

body {
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		background:#000000;
		}

#bodyimg {
		background-image: url(../images/bg.jpg);
		background-position:50% 0%;
		background-repeat:no-repeat;
		overflow:visible;
		width:100%;
}
#content, #sidebar {
	margin-top: 135px;
}

#page {
		margin-left:auto;
		margin-right:auto;
		padding: 0;
		width: 100%;
		height:100%;
		}

#overhead {
		height: 75px;
		text-align: right;
		margin-top: 40px;
		padding-bottom: 0px;
		right:auto;
}

#header {
		height: 25px;
		width: 100%;
		background-color:#750a00;
		}

#footerContent {
/*		background:url(../images/logoblock.jpg);
		height:175px;
		background-repeat:no-repeat;
*/
}

	

	