html {
	height:100%;
}
body {			
	background: #708997 url('/ww/images/body_bg.jpg') center top no-repeat;
	text-align:center;
	height:100%;
	margin:0px;
	padding:0px;
}

a:link {
	color:#28c524;
	font-weight:bold;
}
a:visited {
	color:#177014;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}

#WW_wrapper {
	width:861px;
	min-height:100%;			
	margin:0px auto;
	font-family:arial, verdana;
	font-size:10px;
	color:black;
	background: url('/ww/images/wrapper_bg.jpg') top left repeat-y;
	position:relative;
}

#WW_header {
	height:90px;
	width:100%;
	background: url('/ww/images/header_bg.jpg') top left no-repeat;
}

#WW_main {			
	min-height:312px;
	background: url('/ww/images/main_bg.jpg') top left no-repeat;
	text-align:left;
	padding:120px 20px 30px 20px;
}

#WW_post {
	top:0px;
	left:0px;
	position:absolute;
}

#WW_webgui {
	top:0px;
	right:0px;
	position:absolute;
}

#WW_worldwide {			
	top:0px;
	left:233px;
	position:absolute;
	border-style:none;
	z-index:499;
}

#WW_footer {
	bottom:0px;
	left:0px;
	text-align:center;
	position:absolute;			
	width:100%;
	padding-bottom:5px;
	color:gray;
}

.WW_screenshot {
	width:180px;
	height:114px;
	text-align:center;
	padding:9px;
	overflow:hidden;
	float:left;
	background: #D0D0F0 url('/ww/images/screenshot_bg.jpg') top left no-repeat;
	margin-right:4px;
	margin-bottom:15px;
	border:solid #D0D0F0 1px;
	font-weight:bold;
	
}

.WW_screenshot div {
	width:170px;
	height:104px;
	overflow:hidden;
	text-align:center;			
	margin:0px auto;
	opacity:.60;
	filter: alpha(opacity=60); 
	-moz-opacity: 0.6;
	border:solid white 1px;
}
