body {	background-image: url(images/back.png);	background-repeat: repeat-x repeat-y;}#container {	height: 1000px;	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: 220px;	height: 540px;	position: relative;	left: 38px;	z-index: 10;	background-color: #042255;	bottom: 644px;	}#container #main {	width: 460px;	float: right;	margin-right: 40px;	margin-top: 40px;}#container #main p {	color: #CCCCCC;	width: 460px;	text-align: justify;}#container #mainback {	height: 500px;	width: 800px;	background-image: url(images/mainback.png);	background-repeat: repeat-x;}#container #links li {	padding-bottom: 3px;}#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;}
