@charset "UTF-8";
/* CSS Document */

#logo {
	width: 215px;
	height: 66px;
	position: relative;
	top: 33px;
	left: -430px;
	background-image: url(logo.png);
	}
#container {
	width: 1230px;
	height: 905px;
	background-image: url(background.png);
	position: relative;
	top: -8px;
	}
.left-panel {
	width: 207px;
	height: 704px;
	background-color: #000;
	position: relative;
	float: left;
	top: 56px;
	left: 77px;
	}
.right-panel {
	width: 866px;
	height: 704px;
	position: relative;
	float: left;
	top: 56px;
	left: 80px;
	}
#footer {
	width: 1230px;
	font-size: 16px;
	font-family: Helvetica, Trebuchet, sans-serif;
	font-weight: 100;
	position: relative;
	top: -72px;
	color: #666;
	}
#footer a {
	color: #666;
}
.nav {
	margin-top: 15px;
	margin-left: 24px;
	}
.contact {
	margin-left: 24px;
	position: absolute;
	bottom: 5px;
	}
	
@media screen and (max-device-width: 640px), (width:640px) {
  /* iPhone 4 */
  html, body, {
	zoom: .9; 
   }
  li {
  	zoom: .7;
  }
}