body{
	background-image:url("img/clouds.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	padding:0px;
	margin:0px;
}
#page{
margin:auto;
width:750px;
background-image:url(img/bodyshadow.png);
background-repeat:repeat-y
}

#header{
background-image:url(img/header.png);
margin:auto;
width:750px;
height:240px;
background-repeat:no-repeat;
}

#content-container{
background-color:#FFFFFF;
width:750px;
padding-top:20px;
padding-bottom:20px;
}

#content{
min-height:400px;
width:680px;
margin:auto;
min-height:400px;
}


#footer{
background-image:url(img/footer.png);
width:750px;
height:106px;
margin:auto;
background-repeat:no-repeat;
}

.footertext{
	float:right;
	margin-top:80px;
	margin-right:20px;
	font-size:11px;
	color:#ffffff;
	}
	
	.footertext a{
	color:#ffffff;
	text-decoration:none;
	}