@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	height:100%;
}

body{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#030708;
	background-image:url(../images/background.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top center;
	margin-top: 71px;
	overflow-y: auto;
}

#wrapper {
	background:url(../images/canvas.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:806px;
	position: static;
	overflow-y: auto;
}

#canvas {
	margin-left:100%;
	margin-right: 100%;
	position:static;
}

#menu a:link, 
#menu a:active,
#menu a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#menu a:hover {
	color:#333333;
	text-decoration:underline;
}

a:link, a:active, a:visited{
	color:#333333;
	text-decoration:none;
}

a:hover{
	color:#999999;
	text-decoration:underline;
}
