#wrapper{
	Height:1450px;
	width:900px;
	background-color:white;
        margin:auto;
	border: 1px solid black;
}

#inner-wrapper{
	Height:1450px;
	width:780px;
	background-color:white;
        margin:auto;

}
#contacts{
	Height:100px;
	width:780px;
        margin:auto;
}
#contact1{
	Height:100px;
	width:390px;
        margin:0;
	float:left;
}
#contact2{
	Height:100px;
	width:390px;
        margin:0;
	float:right;
}
	
body {
   	background-color: white;
   	
	margin:0;
	
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

h1     {font-size:20px;font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;}
p      {font-size:14px; color:black;font-style: normal; line-height: 0.3em; spacing: 5%; font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif;}
	