html, body {
	margin: 0;
	padding: 0;
	margin: 0;
	padding:0;
	position: absolute;
	top: 0;
	left: 0;
}

body{
	background:#FFFFFF url(images/contact_background.gif) no-repeat top right;	
	font-family: Eurostile-ExtendedTwo, "Lucid Grande", Geneva, Arial, Verdana, sans-serif;
}

.nav{
	position: absolute;
	top: 0;
	left: 0;
}

.wrap {
	position: fixed;
	top: 20%;
	left: 20%;
	width:452px;
}

form{
	background: #ff6600;
	font-family: Eurostile-ExtendedTwo, "Lucid Grande", Geneva, Arial, Verdana, sans-serif;
	color: #000000;
	text-align: left;
	width: 400px;
	height:auto;
	margin: 0;
	padding: 0 26px;
	
}

.contact_top{
	width: 452px;
	height: 78px;
}

.contact_bot{
	width: 452px;
	height: 26px;
}

.contact_top, .contact_bot, table, tr, td, {
	margin: 0;
	padding: 0;
}

