body {  
		background-image: url("images/background.jpg");
		background-repeat: no-repeat;
    	background-position: top center; 
    	background-attachment: fixed;*/
		text-align: center;
		font-family:"Georgia", "Helvetica";
}

#parent {
	width: 1100px;
	height: 100px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#nav {
	position: absolute;
    margin-top: 50px;
    margin-left: 0px;
	width: 150px;
    height: 900px;
    background-color:#FFFFFF;

}

#content1 {
	position: absolute;
	margin-top: 50px;
	margin-left: 150px;
	width: 950px;
	height: 615px;
	font-family: "Arial", "Georgia";
}
	
#content2 {
	position: absolute;
	margin-top: 665px;
	margin-left: 150px;
	width: 950px;
	height: 615px;
	font-family: "Arial", "Georgia";
}	
	
#content3 {
	position: absolute;
	margin-top: 1280px;
	margin-left: 150px;
	width: 950px;
	height: 615px;
}

#content4 {
	position: absolute;
	margin-top: 1895px;
	margin-left: 150px;
	width: 950px;
	height: 615px;
}

#email {
	position: absolute;
	margin-top: 550px;
	margin-left: 0px;
	width: 150px;
	height: 50px;
	font-family: "Arial", "Georgia";
}

a:link {text-decoration: none; color: #666666;}
a:visited {text-decoration: none; color: #666666;}
a:hover {text-decoration: none; color: #000000;}