html
{
	height:100%;
	width:100%;
}

body
{
	margin:0px;
	width:100%;
	height:100%;
	font-family:Verdana, Arial;
	background:#f7ee22;
	padding-bottom:100px;
}

img
{
	width:450px;
	height:450px;
	display:block;
	margin:30px auto 0px auto;
}

p
{
	margin:10px auto;
	width:480px;
	color:#333333;
	font-size:10px;
	text-align:center;
}

a
{
	color:#333333;
}

a:hover
{
	text-decoration:none;
}
