@charset "UTF-8";
/* CSS Document */

body {
 background:#000000;
 }
 
#container {
	background-image:url(../Images/images/images/TOSY3_02.png);
	background-repeat:repeat-y;
	margin:0 auto;
	text-align:left;
	width:1000px;
	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;
	}

.h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bolder;
	color:#CCCCCC;
	}
	
a:link {
	color:#FFFF00;
	}
a:hover {
	color:#FFFFFF;
	}
a:visited {
	color:#FFFF33;
	}
