body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	font-weight: normal;
	font-family: "helvetica";
 serif;
	font-weight: bold;
	text-align: left
	}

body {
	background: url('/img/bg2.jpg') #aaaeaf;
}

.container {
	width: 400px;
	margin:auto;
}

#header {
	margin-top: 100px;
	border-top: 1px solid white;
	padding-top: 20px;
	
}

h1 {
	color: white;
	font-size: 16px;
	font-weight: 100;
	margin: 0px 0 100px 0;
	display: block;
	width: 700px;
	border-bottom: 1px gray;
}

h2 {
	color: white;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: -.05em;
}


.hidden {
	display: none;
}


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

a:hover {
	color: #fffed7;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}

