body{
	background-color: #ebedf2;
}
.header{
	background-color: #dfe0e6;
	height: 100px;
	text-align: center;
}
.header img{
	height: 60px;
	margin-top: 20px;
}


.container{
	position: relative;
	top:50px;
	width: 400px;
	margin: 0 auto;
	padding-bottom: 20px;
	background-color: #f2f2f2;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}