BODY{
	background-color : Black;
	background-image : url(imgs/bg.jpg);
	background-repeat : no-repeat;
	scrollbar-face-color: #FAD506; 
	scrollbar-shadow-color: #d68c00;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-color: #10297b; 
	scrollbar-track-color: black;
	scrollbar-arrow-color: #10297b
}

BODY.front{
	background-color : Black;
	background-image : url(imgs/front-bg.jpg);
	background-repeat : no-repeat;
}

A{
	font-family : "gill sans mt", Courier, monospace;
	font-size : 14px;
	color: #FAD506;
	text-decoration : none;
}

A:HOVER{
	color: #1E90FF;
}

A.menu{
	font-family : "gill sans mt", Courier, monospace;
	font-size : 20px;
	color: #FAD506;
	text-decoration : none;
	letter-spacing : 1px;
}

A.menu:HOVER{
	color: #F2F0F0;
}

TABLE.page{
	width: 780px;
	height: 100%;
}

TABLE.whatson{
	font-family : "gill sans mt", Courier, monospace;
	font-size : 14px;
	color: #F2F0F0;
}

TR.head{
	background-color: #8b8b8b;
	font-weight: bold;
}

TD.content{
	width: 530px;
	height: 420px;
	font-family : "gill sans mt", Courier, monospace;
	font-size : 14px;
	color: #F2F0F0;
}

TD.pic{
	width: 250px;
	font-family : "gill sans mt", Courier, monospace;
	font-size : 14px;
	color: #F2F0F0;
}

DIV.conts{
	width: 98%;
	height: 410px;
	overflow : auto;
	font-family : "gill sans mt", Courier, monospace;
	font-size : 14px;
	color: #F2F0F0;
}
DIV.conts_shorter{
	width: 98%;
	height: 350px;
	overflow : auto;
	font-family : "gill sans mt", Courier, monospace;
	font-size : 14px;
	color: #F2F0F0;
}

DIV.menu1{
	position: absolute;
	left: 360px;
	top: 55px;
}

DIV.menu2{
	position: absolute;
	left: 425px;
	top: 95px;
}

DIV.menu3{
	position: absolute;
	left: 455px;
	top: 135px;
}

DIV.menu4{
	position: absolute;
	left: 475px;
	top: 175px;
}

DIV.menu5{
	position: absolute;
	left: 485px;
	top: 215px;
}

SPAN.title{
	font-family : "gill sans mt", Courier, monospace;
	font-size : 34px;
	color: #FAD506;
}

IMG.image{
	border-style : solid;
	border-width : 1px;
	border-color: white;
}