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

body {
	background-color:#663300 ;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	}
div#container1 {
	position:relative;
	}
div#container2 {
	position:relative;
	height:600px;
	width:800px;
	top: 0px;
    left: 50%;
    margin-left: -400px;
	}
div#contact {
	border: none;
	margin: none;
	position: absolute;
	top: 157px;
	left: 581px;
	height: auto;
	width: 213px;
	}
div#email {
	border: none;
	margin: none;
	position: absolute;
	top: 557px;
	left: 165px;
	height: 58px;
	width: 262px;
	}
