*{
	margin: 0;
	padding: 0;
	line-height: 150%;
}

body{
	font-size: 16px;
	background: #fff;
}

#wrap{
	background: #fff;
	text-align: center;

}

.header{
	border-bottom: 1px solid #333;
}

.header h1{
	text-align: left;
	padding: 2px 5px;
	font-size: 14px;
	background: #000066;
	color: white;
}
.content{
	width: 600px;
	padding: 15px;
	text-align: left;
	background: #fff;
	margin: 0 auto;
}


.footer{
	padding-left: 25px;
	border-top: 1px solid #999;
}

.button{
	text-align: center;
}

.button img{
	border-style: none;
}

