<style>

#cover {
	background:url(../../images/bg.gif) fixed no-repeat center;
	background-size:cover;
	}

html {
	background:url(../../images/bg.gif) fixed no-repeat center;
	background-size:cover;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	}

body {
	font-family:Andale Mono, sans-serif;
	width:100%;
	height:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
	overflow-y:hidden;
	overflow-x:hidden;
	}

img {
	max-width:100%;
	height:auto;
	}

#main {
	position:relative;
	height:100%;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	display:none;
	}

#header {
	width:480px;
	height:40px;
	}

#left {
	text-align:left;
	width:250px;
	height:550px;
	margin-left:30px;
	float:left;
	}

#menu {
	font-size:16px;
	letter-spacing:1px;
	clear:both;
	}

	#menu a {
	color:#000;
	text-decoration:none;
	}

	#menu a:link {
	color:#000;
	text-decoration:none;
	}

	#menu a:visited {
	color:#000;
	text-decoration:none;
	}

	#menu a:active {
	color:#000;
	text-decoration:none;
	}

	#menu a:hover {
	color:#636466;
	text-decoration:underline overline;
	}

#copyright {
	position:absolute;
	font-size:10px;
	letter-spacing:1px;
	bottom:0px;
	right:30px;
	clear:both;	
	}

::selection {
	background:#fefefe; /* Safari */
	}

::-moz-selection {
	background:#fefefe; /* Firefox */
	}

</style>
