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

:focus {
outline: 0;
}

body {
	font-family: Arial, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #ccc;
	/*line-height: 30%;*/
}

a:link, a:active, a:visited {
	color: #ccc;
}

a:hover {
	color: #fff;
}

.main_coll {
	LEFT: 0px;
	POSITION: absolute;	
	WIDTH: 99%;
	HEIGHT: 93%;
}

/*.logo_V {
	background:url(/images/logoV.png);
	background-repeat:no-repeat;
	background-position:center;
	left:50%;
	top:50%;
	margin-left:-635px;
	margin-top:-295px;
	position:absolute;
	width:178px;
	height: 590px;
	z-index:-1;
}*/

.logo_V {
	background:url(/images/copyrightlogo.png);
	background-repeat:no-repeat;
	background-position:center;
	right:2%;
	top:3%;
	margin-left:0px;
	margin-top:0px;
	position:absolute;
	width:200px;
	height: 30px;
	z-index:0;
}

.copyrightw {
	background:url(/images/copyrightw.png);
	background-repeat:no-repeat;
	background-position: right bottom;
	LEFT: 0px;
	POSITION: absolute;	
	WIDTH: 95%;
	HEIGHT: 95%;
	z-index: -1;
}

.black85 {
	background-color:#000;
	}

