﻿* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	background: #000;
}

a:link, a:visited {
	color: #000;
}

a:hover, a:visited:hover {
	color: #333;
}

a img {
	border: none;
}

body {
	text-align: center;
	font-size: 1em;
	line-height: 1.3em;
	height: 100%;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 35px;
	
}

h1 {
	font-weight: normal;
	font-size: 2em;
	line-height: 1.1em;
	margin: 20px 0;
	color: #000;
}

h2 {
	font-size: 1.25em;
	line-height: 1em;
	font-weight:bold;
	margin: 10px 0;
}

p { 
	margin: 0 0 15px; 
	font-weight: normal;
}

#fixed {
	width: 980px;
	background: #fff;
	margin: 0 auto;
	padding: 50px;
	text-align: center;
	position: relative;
}

#logo { 
	text-align: center;
}



