@charset "utf-8";
/* CSS Document */

body{
	background-color:#333;
	background-image:url(images/sgnbg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	margin-top:0;
	margin-bottom:0;
}
img{
	border:0;
	border-style:none;
}
div.footer a:link{
	color:#036;
	text-decoration:none;
}
div.header a:link, a:visited{
	color:#900;
	text-decoration:none;
}
div.header a:hover, a:active{
	color:#039;
	text-decoration:underline;
}
a:link{
color:#09F;
}
a:hover{
color:#900;
}
a:active{
color:#09F;
}
a:visited{
color:#06F;
}
div.header{
	position:inherit;
	background-color:#333;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
div.midder{
	position:inherit;
	background-color:#F2F2F2;
	width:900px;
	height:95px;
	margin-left:auto;
	margin-right:auto;
}
div.content{
	position:inherit;
	border:1px;
	width:900px;
	background-color:#F2F2F2;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
}
div.gamecontent{
	position:inherit;
	width:900px;
	color:#CCC;
	background-color:#F2F2F2;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
}
div.dailyfeature{
	width:170px;
	height: 800px;
	background-color:#000;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
}
div.footer{
	position:inherit;
	height:40px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#CCC;
	background-image:url(images/footer.jpg);
}
gtitle{
	color:#FFF;
	font-style:oblique;
	}
gtext{
color:#CCC;
font-size:12px;
}

sumtext{
color:#CCC;
font-size:14px;
}

btext{
	font-style:oblique;
	color:#FFF;
}

*:active, object:focus, embed:focus
{
outline: none;
}
