/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#Header {
	position:absolute;
	left:101px;
	top:12px;
	width:786px;
	height:141px;
	z-index:1;
}

#Buttons {
	position:absolute;
	left:35px;
	top:160px;
	width:201px;
	height:200px;
	z-index:2;
	text-align:center;
	}

#Main {
	position:absolute;
	left:243px;
	top:162px;
	width:645px;
	height:200px;
	z-index:3;
}


p {
	font-size: 12px;
}
h1 {
	font-size: 36px;
	text-align:center;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
	text-align:center;
}

h4 {
	font-size: 16;
}
