body{
	background-image: url(../images/ice.jpg);
}
#content{
	width:500px;
	height:500px;
}
#header{
	width:498px;
	height:50px;
	background-color: #999999;
	border-style: solid;
	border-width: 1px;
}
#headerText{
	text-align: center;
	font-size: 25px;
	margin-top:12.5px;
	margin-bottom:12.5px;
}
#subText{
	font-size: 15px;
}
p {
	text-align: center;
	font-size: 20px;
}
img{
	display: block;
}
#header, img, #content{
	margin-right: auto;
	margin-left: auto;
}
