/* -------------------------- General ----------------------------- */
body {
	overflow:hidden;
	padding:50px 0 0 0; margin:0;
	font-family: Verdana, Arial, sans-serif;
	background:#baccd5 url(/images/bg.gif) repeat-x left top;
}

/* -------------------------- Wrappers ----------------------------- */
#container {
	text-align:center;
	position:relative;
	width:100%; height:100%;
}

#header {
	margin:0 auto;
	width:600px; height:51px;
	background:url(/images/header.gif) no-repeat center;
}

#gameHolder {
	position:relative;
	margin:0 auto;
	width:693px; height:532px;
}

#leftFrame {
	position:absolute;
	top:33px; left:0;
}

#rightFrame {
	position:absolute;
	top:33px; right:0;
}

#topFrame {
	position:absolute;
	top:0; left:0;
}

#bottomFrame {
	position:absolute;
	bottom:0; left:0;
}

#game {
	position:absolute;
	top:26px; left:26px;
}

#footer {
	z-index:3;
	font-size:10px;
	color:#001e74;
	text-align:left;
	position:relative;
	width:665px;
	margin:0 auto; padding:0;
}

#footer img {
	float:left;
}

#snow {
	z-index:2;
	position:absolute;
	bottom:0; left:0;
	width:100%; height:58px;
	background:url(/images/snow.gif) repeat-x left top;
}

#sign {
	z-index:1;
	position:absolute;
	bottom:0; right:50px;
	width:155px; height:185px;
	background:url(/images/sign.gif) no-repeat;
}

#pole {
	z-index:1;
	position:absolute;
	bottom:0; left:80px;
	width:120px; height:284px;
	background:url(/images/pole.gif) no-repeat;
}


/* -------------------------- Font ----------------------------- */

a {
	color:#001e74;
}

a img {
	border:none;
}

h3 {
	color:#001e74;
	font-size:26px;
	text-transform:uppercase;
	margin:0;
}