@charset "utf-8";
/* CSS Document */

/* Standard-HTML */	

body {
	background-image: url(img/bgb.gif);
	background-repeat: repeat-x, repeat-y;
	background-color:#000000;
	}
	
a { text-decoration: none; font-size: 0.9em; font-family: sans-serif; font-weight:bold; color: #b6b6b6; }
a:link { color: #b6b6b6 }
a:visited {color: #b6b6b6 }
a:hover { color: #ef006b; text-decoration:underline; }
a:active {color: #ef006b }

/* /Standard-HTML */

	
/* DIV */
#wrapper {
	margin:0 auto;
	width:925px;
	}	

#background {
	background-image:url(img/bgimg.png);
	background-repeat:no-repeat;
	background-position:top center;
	height: 580px;
	z-index: 1;
	margin-top: 50px;
	}	
	
#links {
	width: 925;
	z-index: 2;
	text-align:left;
	padding-top: 492px;
	padding-left: 90px;
	}
	
	
#content {
	position: absolute;
	height: 365px;
	width:375px;
	margin-top: 90px;
	padding-left: 415px;
	overflow: auto;
	z-index: 2;
	font-size: 0.8em;
	font-weight: bold;
	font-family: sans-serif;
	color: #b6b6b6;
	text-align:left;	
	}

/* /DIV */	
	

