﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: #32353d;
	font: 13px Verdana, Arial, sans-serif;
	height: 800px;
	margin:0 auto;
	line-height: 1;
	text-align: center;
}

#wrapper {
	margin: 0pt auto;
	width: 960px;
	height: 800px;
	text-align: left;
}

#header {
	margin: 0pt auto;
	width: 960px;
	height: 150px;
}

.contact {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	margin: 80px 0 0 400px;
	width:200px;
	text-align:center;

}

.contact a {
	text-decoration:underline;
	color:#ffffff;
}

.contact a:hover {
	text-decoration:underline;
}