@charset "UTF-8";
#container/* CSS Document */

 {
	background-image: url(images/home_bac.jpg);
	float: none;
	left: auto;
	right: auto;
	height: 488px;
	width: 800px;
	
}
#links {
	position: relative;
	top: 405px;
	left: 240px;
	width: 300px;
}

#links a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #663366;
	padding: 3px 7px;
}

#links a:hover {
	color: #CC0000;
}

body {
	background-color:#000000;
}
