@charset "utf-8";
/* CSS Document */
body {
	background-image:url(http://www.gamesfree.ca/new_shit/default_bg.gif);
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center;
	background-color:#3d3d3d;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #000000;
	text-align:center;
	color:#FFF;
	height:100%;
	margin:0px;
}
a:link {
	color:#fff;
	text-decoration:none;
}
a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
#menu {
	font-family:"Arial Black";
	background-color: #000;
	height:29px;
	width:990px;
	margin:auto;
}
.menu_button {
	font-family:"Arial Black";
	background-color: #000;
	float:left;
	padding-left:7px;
	padding-right:7px;
	line-height:29px;
}
#wrapper {
	position:relative;
	width:990px;
	margin:0 auto;
	background-color:#000000;
}
#header {
	margin:0 auto;
}
