Div.header {

}

Div.Content {
background-color:white;
text-align:left;
	padding-left:auto;
	padding-right:auto;
	width:700px;
	margin-top:170px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	border:#000000;
	border-style:solid;
	border-width:thick;
}
Div.Content1 {
background-color:white;
text-align:left;
	padding-left:auto;
	padding-right:auto;
	width:700px;
	margin-top:30px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	border:#000000;
	border-style:solid;
	border-width:thick;
}
body {
text-align: center; /* for IE */
/*background-image: url(backgroundFull.jpg);*/
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 200;
}

