#page {
	margin-top:3px;
	min-width:960px;
	width:100%;
}

#middle, #bottom, #top {
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	width:950px;
}

#top100 {
	background-color: white;
}

#top {
	padding: 5px;
	height: 100px;
}

#bottom100 {
	background: url(/resources/images/n/bottom/bottom_bg_100.gif) repeat-x center top;
}

#bottom {
	clear: both;
	height: 240px;
	padding-top: 40px;
}

#middle100.home {
	background: url(/resources/images/n/home/middle_bg_home_100.gif) repeat-x right top;	
}

#middle100.generic {
	background: url(/resources/images/n/middle_bg_generic_100.gif) repeat-x right top;	
	background-color: white;
}

#middle.home {
	height: 380px;
	background: url(/resources/images/n/home/middle_bg_home.jpg) no-repeat right top;
}

#middle.generic {
	background: url(/resources/images/n/middle_bg_generic.jpg) no-repeat right top;
}

#menu {
	float:left;
	height:455px;
	margin-top:-110px;
	width:300px;
}

#screen {
	float:left;
	width:650px;
}

/* Extra */

.clear {
	clear: both;
}

a.small {
	color: #99AF21;
	font-size: 0.8em;
	text-decoration: underline;
}

a.small:hover {
	text-decoration: none;
}

.separator {
	color: #54C5D0;
	font-weight: normal;
}

img.hCenter {
	margin-left: auto; 
	margin-right: auto; 
	display: block;
}