@charset "UTF-8";
/* CSS Document */

body {
	background-color: #333333;
	margin: 0;
	padding: 0;
	color: #cccccc;
	font-family: 'Century Gothic', Verdana, Geneva, sans-serif;
	
}

img {border: 0px;}

a {
	color: #cccccc;
	text-decoration: none;
	}
	
a: hover {color: #ffffff;}

#under{position: relative; margin-left: auto; margin-right: auto; margin-top: 100px; width: 800px; height: 600px; background-image: url('loading.jpg'); background-repeat: no-repeat; background-position:center;}

#flash{width: 100%; height: 100%; position: absolute; margin-left: auto; margin-right: auto; top: 0px; z-index: 2;}
#ribbon{position: absolute; bottom: 50px; height: 100px; margin-left: auto; margin-right: auto; width: 100%; background-color: #cccccc; 
	opacity:0.5;filter:alpha(opacity=50); z-index: 5;

}

#logo{position: absolute; bottom: 25px; width: 400px;
		height: 150px;
		background-image: url('wrlogo.jpg'); background-repeat: no-repeat; left: 10%; z-index: 7;}
#link{position: absolute; bottom: 60px; z-index: 8; right: 0; }
#linkbartop {width: 65px; height: 1px; background-color: #CCCCCC; position: absolute; right: 5px;}
#linkbarbottom {width: 65px; height: 1px; background-color: #CCCCCC; position: absolute; right: 5px;}
#link a {margin-right: 10px; font-size: 20px;}


#stamp{	
padding-top: 0px;
		position: absolute;
		top: 10px;
		right: 0px;
		z-index: 8;
}
	
#stamp a {margin-left: 5px; 
		margin-right: 5px; 
		text-decoration:none; 
}	
.push {position: relative; top: -4px;}
.down {margin-top: 5px;}
