#container {
	position: relative;
	width: 1024px;
	margin:auto;
	height: 445px;
	background-repeat: repeat;
	top: 10px;
	background-image: url(images/stars2.jpg);
}
#container #logotop {
	position: relative;
	height: 105px;
	width: 1024px;
	background-repeat: repeat-x;
}
#container #img1 {
	height: 319px;
	width: 216px;
	position: absolute;
}
#container #img2 {
	height: 319px;
	width: 216px;
	position: absolute;
	left: 272px;
}
#container #img3 {
	height: 319px;
	width: 216px;
	position: absolute;
	left: 541px;
}
#container #img4 {
	height: 319px;
	width: 216px;
	position: absolute;
	left: 808px;
}
.main {
	background-attachment: scroll;
	background-image: url(images/sunrise.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000033;
	
}
.box1 {
	background-image: url(images/overlay1.png);
	background-repeat: repeat;
}
.footer {
	background-repeat: repeat;
}
