@charset "UTF-8";
/* CSS Document */

body {
 background:#000000;
 }
 
#container {
	background-image:url(../Images/images/yellow_01.png);
	background-repeat:repeat-x;
	margin:0 auto;
	text-align:left;
	width:800px;
	border: outset #FFFFFF 5px;
	z-index:1;
	}
	
#linkbar {
	position:fixed;
	top:260px;
	width:130px;
	bottom:100px;
	}		
	
.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	}
	
.link { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
a:link {
	color:#000000;
	text-decoration:none;
	}
a:hover {
	color:#FF0000;
	text-decoration:none;
	}
a:visited {
	color:#000000;
	text-decoration:none;
	}