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

body img {
margin-left:auto;
margin-right: auto;

}

#content {
width: 960px;
margin-left:auto;
margin-right: auto;
margin-top: 4em;

}

#content img {
margin-left:auto;
margin-right: auto;

}

div.test {
	width: 400px;
	margin-left: auto;
	margin-right:auto;
	text-align:center;
	height: 50px;
}

div.test p{
	font-family: "Verdana";
	font-size: .75em;
	
}

div.test p a{
	text-decoration: none;
	color: #000;
}

div.test p a:hover{
	background: #000;
	
}