/* CSS Document */

body {
	background: #000000 url(../images/index_v1.jpg) no-repeat fixed bottom center;
	color: #999999;
	}
	
#menu {
	position: absolute;
	left: 50%;
	margin-left: -222px;
	bottom: 400px;
	z-index: 10;	
	}

a:link {color: #222222; text-decoration: none;}
a:visited {color: #222222; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: none; font-size:12px;}
a:active {color: #222222; text-decoration: none;}