@import url(http://fonts.googleapis.com/css?family=Roboto);

/* cssreset.com */
* {
	margin: 0;
	padding: 0;
}

body {
  background-color: #ffffff;  
}  

#header {
  background: url("bg1.jpg") no-repeat scroll center top;
  height: 400px;
  widht: 100%;
}

#section1 {
  background-color: #11a9e2;
  font-family: Roboto,Arial,Verdana,Geneva,Tahoma,Helvetica,sans-serif;
  border-left: 1px solid #64808a;
  color: #1d3847;  
  font-size: 70px;
  font-weight: 400;
  text-align: center;
  padding: 15px;
  text-shadow: 0 1px 2px #f5f5f5;
  margin-top: 50px;
  height: 200px;
}

#section2 {
  margin-top: 20px;
  background: url("bg2.png") no-repeat scroll center top;
  height: 544px;
  widht: 100%;	
}


