﻿body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #61371f;
}

#container {
	position: absolute;
	top: -88px;
	left: 210px;
	
	background-position: 10px;
	width: 1000px;
	height: 800px;
	margin: 0 auto 0 auto;
	background-image: url('hout.jpg');
	background-repeat: no-repeat;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 300px;
	margin-top: 300px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 200px;
	margin-top: 30px;
}

a:visited { color: #FFFFFF; text-decoration: none; font-weight: bold; } 

a:link { color: #FFFFFF; text-decoration: none; font-weight: bold; } 
a:hover { color: #2da3e9; } 

a:active { color: #2da3e9; } 


