body {
	margin-top: 25px;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

table {
	margin: 0 auto;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table#message {
	margin-top: 40px;
}

table#sorry {
	margin-top: 45px;
}

td {
	margin: 0;
	padding: 0;
}

input {
	width: 182px;
	margin-bottom: 3px;
}

textarea {
	width: 182px;
	height: 80px;
	font-size: 12px;
	margin-bottom: 16px;
}

a { text-decoration: none; }

#wrapper {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

#banner { 
	position: relative;
	text-align: center;
}

#contactLeft {
	position: absolute;
	top: 100px;
	left: 50px;
	font-size: 11px;
	font-weight: bold;
	line-height: 2em;
}

#detailsText {
	position: absolute;
	bottom: 16px;
	left: 55px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

#detailsNav {
	position: absolute;
	bottom: 16px;
	right: 55px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

#coming_soon {
	position: absolute;
	bottom: 192px;
	right: 140px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
}

#env_link1 {
	position: absolute;
	bottom: 160px;
	right: 85px;
	width: 202px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}

#env_link2 {
	position: absolute;
	bottom: 135px;
	right: 98px;
	width: 175px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}

#winkees2 {
	position: absolute;
	bottom: 100px;
	right: 128px;
	width: 150px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
}

#footer {
	height: 40px;
	margin-top: 20px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

#detailsNav a:link, #detailsNav a:visited, #detailsText a:link, #detailsText a:visited, #banner a:link, #banner a:visited, #footer a:link, #footer a:visited {
	color: #FFF;
}

#contactLeft a:link, #contactLeft a:visited, #banner a#winkees2:link, #banner a#winkees2:visited {
	color: #000;
}

#contactLeft a#white:link, #banner a#winkees2:hover {
	color: #FFF;
}

#detailsNav a:hover, #detailsText a:hover, #contactLeft a#white:hover, #contactLeft a:hover, #banner a:hover, #footer a:hover {
	color: #FFD600;
}

#footer span {
	color: #FFD600;
}

#footer p {
	margin-top: 30px;
	font-size: 7px;
}

#copyright {
	padding-top: 10px;
	font-size: 7px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.contact, button {
	background-color: #BBBCBE;
}

button {
	width: 57px;
	height: 28px;
	border: none;
	margin: 0;
	padding: 0;
}


