﻿body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	background:#3b393a url(../img/landing/landingBg.jpg) no-repeat center 0; 
}

#wrapper{
	width:796px;
	margin:0 auto;
	
}
.logo{
	text-align:center;
	padding:42px 0 96px 0;
}

.box{
	background:url(../img/landing/boxBg.png) no-repeat 0 0;	
	width:273px;
	height:341px;
	float:left;
	padding:30px 30px 0 30px;
	
}
.box2{
	background:url(../img/landing/boxBg.png) no-repeat 0 0;	
	width:273px;
	height:341px;
	float:right;
	padding:30px 30px 0 30px;
}
h1{
	font-size:20px;
	font-weight:bold;
	padding:0 0 20px 0;
	margin:0;
	line-height:28px;
}
ul{
	padding:0 0 20px 15px;
	margin:0;
}


.clear{
	clear:both;
}

