@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
}
#content {
	height: 300px;
	width: 500px;
	position: absolute;
	top: 50%;
	margin-top: -150px;
	margin-left: -250px;
	left: 50%;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content p{
	font-size: 13px;
	text-align: center;
	padding-top: 200px;
	font-weight: normal;
	color: #333;
}
#content p a{
	color: #F7941D;
	text-decoration: none;
	font-weight: bold;
}
#content p a:hover{
	text-decoration: underline;
	color: #F7941D;
}
