@charset "utf-8";
/* CSS Document */
body{
	background-color: #AAAAAA
}
#wrapper{
	margin:0 auto;
	width:100%;
	max-width:1020px;
	background-color:#fff;
	overflow:auto;
	border: 1px solid black;
}
#logo{
	width: 220px;
}
#logo img{
	width: 200px;
	float: left;
	clear: both
}
h1{
	text-align: center;
}
#left{
	margin-top: 170px; 
	text-align: left;
}
#left #button a{
  background-color: #012169; /* Green */
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
	border-bottom: 2px solid #FFFFFF;
	margin-left: 10px;
	width: 200px
}
#right{
	width: 75%;
	float: right;
}
#right img{
	width: 600px;
	float: right;
	margin-top: -650px;
	padding-right: 100px
}
#right h1{
	margin-top: -200px
}
#right p{
	text-align: center
}