body {
	background-image: url(images/back.png);
	background-repeat: repeat-x repeat-y;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#container #links ul {
	list-style-type: none;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}
#container #links {
	width: 200px;
	height: 420px;
	position: relative;
	left: 38px;
	z-index: 10;
	background-color: #042255;
	bottom: 500px;
	

}

#container #main {
	width: 490px;
	float: right;
	margin-right: 40px;
	margin-top: 40px;
}
#container #main p {
	color: #CCCCCC;
	width: 490px;
	text-align: justify;
}
#container #mainback {
	height: 500px;
	width: 800px;
	background-image: url(images/mainback.png);
	background-repeat: repeat-x;
}
#container #links li {
	padding-bottom: 20px;
}
#container #links img {
	margin-left: 20px;
	margin-top: 50px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#container #mainback #main img {
	margin-top: 44px;
}
#container #mainback #main img {
	margin-top: 30px;
}


.names {
	font-size: 16px;
	clear: both;
	padding-top: 40px;
	color: #999999;
	padding-left: 30px;
}
