/* CSS Document */

html, body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
    width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
	
}

/* CONTENT*/
a img,:link img,:visited img,:hover img {
	border:none; 
	outline:none;
}

#v1 {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
}
       
#v1content {
	width: 220px;
	height: 240px;
	margin-left: -110px;
	position: absolute;
	top: -160px;
	left: 50%;
}
#v1content p{
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
	
#v1content p a{
	text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#v1content p a:hover{
	color:#fff;
	background:#000;
}