@charset "utf-8";
#Master {
	text-align: center;
	width: 900px;
	position: relative;
	left: 0px;
	top: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#nav {
	left: 0px;
	top: 105px;
	background-color: #FFFFFF;
	position: absolute;
	height: 30px;
	width: 900px;
}
#Content {
	left: 0px;
	top: 140px;
	position: absolute;
	height:450px;
	width:900px;
	background-image: url(../images/under1.gif);
}


#Header {
	height: 100px;
	width:900px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/header1.gif);
}
body {
	text-align: center;
	background-color:#FFFFFF
}
