@charset "ISO-8859-1";
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #666666;
	line-height: 1em;
}
#contact  {
	width: 600px;
	margin-top: 530px;
	margin-left: 40px;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(AWBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	}
#contact {
	text-align: center;
	width: 700px;
	float: left;
}
#wrapper {
	postition: center-top;
	height: 1200px;
	width: 700px;
	margin: 0 auto;
	backgound-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	}
#contact2 {
	width: 700px;
	text-align: center;
	margin-top: 565px;
}

