body {
	font-family:Verdana, Helvetica;
	font-size:12px;
	background-color:#DDDDDD;
	background-image:url('../images/bg.png');
	background-repeat:repeat-y;
	background-position:center;
	background-attachment:fixed;
}

a {
	color:#000000;
}
a:hover {
	color:#999999;
}

.container {
	width:900px;
	background:#FFFFFF;
}

.logo {
	float:left;
	width:193px;
	height:94px;
	margin-bottom:10px;
}
.logo img {
	border:0px;
}

.head {
	float:right;
	width:707px;
	height:94px;
	margin-bottom:10px;
	background-image:url('../images/logo2.png');
	background-repeat:no-repeat;
}

.bread {
	margin:25px 2px 0px 1px;
	text-align:left;
}

.game_thumb {
	width:100px;
	height:100px;
	padding:6px;
	border:0px;
}

.foot {
	margin:10px 0px 10px 0px;
	padding-top:5px;
	border-top:3px solid #000000;
}
