/* LAYOUT */

.body{
	background: #000;/* Canvas background */
}
#container{
	background: none;
	text-align: center;	/* Center (IE) */
}
#page{
	background: white;
	width: 690px;
	margin: 0px auto;
	text-align: left;
	border:20px solid #333;
	border-top:none;
	padding:20px;
}

.clear { clear:both; }

/* TOP */
#top {
	height:66px;
	position: relative;
}
		
	#logo {}
	#timer {
		position: absolute;
		right:0;
		top:0px;
	}

#flashtop {}

#menu {
	background:url(../img/topmenu-bg.gif);
	height:35px;
}

/* MIDDLE */
#middle{}

	
		#search{}
		#news{}
		#extra-content{}
	
		#content{
			height: 	1%;
		}


/* BOTTOM */
#bottom{
	clear: both;
	text-align: center;
	color:white;
	padding-top:15px;
}

	#footer{}
		#footer a {}
		#footer a:hover{}
	#copyright{}
