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

html,body
{
	height:100%;
	margin:0;
	padding:0;
	
}
	
body
{
	background-color:#fff;
	text-align:center;
	min-width:626px;
	min-height:400px;
	
}

#vrtcl
{
	float:left;
	height:50%;
	margin-top:-230px;
	width:100%;

}

#box 
{
	width:610px;
	margin-left:auto;
	margin-right:auto;
	height:419px;
	background:#fff;
	overflow:auto;
	text-align:left;
	clear:both;

}

div.skull
{
	background-image: url(../img/skull.jpg);
	width: 26px;
	height:26px;
	float:left;
	
}

div.skull:hover

{
	background-image: url(../img/skullhover.jpg);
	width:26px;
	height:26px;
	
}