body.normal {
	background-image: url("img/background.gif");
	background-position: center;
	background-repeat: repeat;
}

table.back1, table.back2 {
	background-position: top center;
	background-repeat: no-repeat;
}

table.back1 {
	background-image: url("img/earth.jpg");
}

table.back2 {
	background-image: url("img/venus.jpg");
}

table.awards1, table.awards2 {
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 550px;
	height: 370px;
	margin-top: 100px;
}

table.awards1 {
	background-image: url("img/awardspt.png");
}

table.awards2 {
	background-image: url("img/awardsen.png");
}

div.awards {
	 width: 150px;
	 height: 28px;
	 /*border: solid 1px white;*/
}

div.banner {
	background-image: url("img/banner.gif");
	width: 840px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}