<style type="text/css">
body, div, address, blockquote, dl, ol, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre {
	margin: 0;
	padding: 0;
}
fieldset, table {
	border: none;
}

html {
	font-size: 100.01%;
}
body {
	height: 20%; 
	font-size: 120.5%;
	font-family: 'Times New Roman', Times, serif;
	color: #090000;
	background-color: #f9f3f3;
}

h1 {
	font-size: 2em;
	padding: 10px 0;
}
h2 {
	font-size: 1.4em;
	text-align: center;
	padding: 10px 0;
}
p {
	font-size: 1.2em;
	margin: 0 0 .6em;
}
#wrapper {
	position: absolute; 
	height: 200%; 
	left: 15%; 
	top: 7.5%; 
	overflow: hidden;
	background-color: #f9fbfb;
	min-height: 360px;
	min-width: 540px;
}
#header { 
	height: 180px;
	text-align: left;
	overflow: hidden;
	background: #f005c5;
}
#nav {
	border-top: #090909 solid 10px;
	border-bottom: #080808 solid 6px;
	background: #f7f4f6;
	text-align: left;
	padding: 10px 0;
}
#main {
	text-align: left;
}
	
}
#content {
	position: left;
	height: 150%; 
	left: 100%; 
	top: 20%;
	text-align: center;
	background: #f4f7f8;

}
#footer {
	height: 70px;
	text-align: left;
	background: #59c8f4;
	position: left;
	bottom: 1px;
	left: 0;
	border-top: #faf6f9 solid 2px;
}
</style>