body {
background-Image: url(background.jpg);
background-repeat: repeat;
font-size: 12px;
font-family: arial;
font-color: white; 
padding:20px;
margin:0px; 
padding:header-<length> 0 footer-<length> 0;
 }
}
h1, h2 , h3
{
color: black;
text-align: left;
font-size: 13pt;
font-style: strong
}

/* header */

div#header{
	position: absolute;
	background-color: #FFFFFF;
	left: 50%;
	margin-left: -435px;
	top: 0px;
	width:869px;
	height: auto;
 
}

/* page */

#page {
	background-color: #FFFFFF;
	width: 869px;
	height: auto;
	margin: 0 auto;
	clear:left;
	margin-bottom: 0px;
}



/* Content */

#content {

	clear: left;
	width: 800px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
}

/* box1 */

#box1 {
	background: white;
	width: 800px;
	position: relative:right;
	margin: 0 auto;
	clear:left
}



