body{
	background: #def5bb;
}

#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding:0px;
}

#logo{
	width: 254px;
	height: 133px;
	background: url(../images/logo.png) no-repeat center;	
	display: block;
	margin-top:100px;
  margin-left: auto;
  margin-right: auto
}

.slogan, .msg{
	color : #21562e;
	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}

.slogan {
	margin-top:20px;
	font-size : 20px;
}

.msg{
	margin-top : 40px;
	font-size : 25px;
}