*{
	margin: 0;
	padding: 0;
	line-height: 150%;
}

body{
	font-size: 13px;
	background: white;
	text-align: center;
}

#wrap{
	width: 600px;
	background: white;
	margin: 0 auto;
}

.header{
}

.header h1{
	text-align: left;
	padding: 5px;
	background: white;
	font-size: 25px;
}
.content{
	padding: 15px;
	text-align: left;
}

.mess{

}

.footer{
	padding-left: 25px;

}

.button{
	text-align: center;
	font-weight: bold;
}

