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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	font-family: 'Verdana', arial, sans-serif;
	font-size: 14px;
	color: #fff;
	background: #000;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	color: #999;
}

h1 {
	font-family: 'Verdana', arial, sans-serif;
	font-size: 12px;
	color: #000;
	tex-align: center;
}

h2 {

}

#wrapper {
}

#main {

}

.logo {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 100px;
	margin-top: -50px;
	margin-left: -350px;
}

#contact {
	margin-top: -45px;
	margin-left: -350px;
	height: 80px;
	text-align: center;
	width: 700px;
	position: absolute;
	left: 50%;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 20px;
	font-weight: 900;
	font-size: 20px;
	-webkit-text-size-adjust: 100%;
	
}

.address {
	cursor: pointer;
	position: absolute;
	top: 0px;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	text-align: center;
}

.telephone {
	position: absolute;
	bottom: 0px;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	text-align: center;
}

.hide {
	display: none;
}


#footer {
	border-top: 9px double #fff;
	position: fixed;
	bottom: 100px;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	
}