body {
	text-align: center;
	height: 768px;
	width: 1024px;
	background-image: url(images/starBG.jpg);
}
.main {
	height: 744px;
	width: 1000px;
	color: #FFFFFF;
}

.header {
	background-image: url(headerPng.png);
	height: 244px;
	width: 1000px;
	text-align: center;
	background-position: center center;
	clear: both;
	float: left;
	color: #FFFFFF;
}
.menu {
	float: left;
	height: 500px;
	width: 300px;
	text-align: center;
	background-image: url(menuPng.png);
	color: #FFFFFF;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: lighter;
	background-image: url(content.png);
	text-align: center;
	height: 500px;
	width: 700px;
	float: right;
	color: #FFFFFF;
}
.footer {
	background-image: url(footerPng.png);
	clear: none;
	float: none;
	height: 100px;
	width: 1000px;
	color: #FFFFFF;
	text-align: left;
}
.lgText {
	font-size: 18px;
	font-weight: bold;
}
