@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(ibg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

html{
	min-height: 100%;
	margin-bottom: 1px;
}

#container{
	width: 766px;
	height: 582px;
	margin-top: 20px;
	background-color: #000000;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: auto;
}

#SVAP{
	float: left;
	height: 582px;
	width: 255px;
}

#SVAP a{
	display:block;
	text-decoration: none;
	border: 3px solid #000000;
}

#SVAP a:hover{
	text-decoration: none;
	border: 3px solid #2DB670;
}

#KVPD{
	float: left;
	height: 582px;
	width: 256px;
}

#KVPD a{
	display:block;
	text-decoration: none;
	border: 3px solid #000000;
}

#KVPD a:hover{
	text-decoration: none;
	border: 3px solid #2DB670;
}

#OOSA{
	float: right;
	height: 582px;
	width: 255px;
}
#OOSA a{
	display:block;
	text-decoration: none;
	border: 3px solid #000000;
}

#OOSA a:hover{
	text-decoration: none;
	border: 3px solid #2DB670;
}

/***************************************************
   Footer
 ***************************************************/
#footer {	font-size: 10px;	color: #B3B3B3;	font-family: Verdana, sans-serif;	text-decoration: none;	margin:0 auto;	letter-spacing: normal;	padding-top: 10px;	padding-bottom: 10px;	width: 760px;}
#footer a {
	color: #B3B3B3;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {color: #2DB670; text-decoration: none;}

/***************************************************
   vw
***************************************************/ 
#vw {
	font-size: 9px;
	color: #525252;
	font-family: Verdana, sans-serif;
	text-decoration: none;
	margin:0 auto;
	letter-spacing: normal;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 760px;
	clear: both;
}
#vw a {
	color: #525252;
	text-decoration: none;
}
#vw a:hover {	color: #B3B3B3;	text-decoration: none;}

