/* CSS Document */

html, body {
	height:100%;
	border: 0px;
	border-collapse:collapse;
	margin: 0px;
	spacing:0px;
	}

#main {
	position:absolute;
	width:700px;
	height:471px;
	margin-left:50%;
	left:-350px;
	top:50px;
	background-image:url(img/homepage3.jpg);
	}
	
#adress {
	width: 200px;
	height: auto;
	position:absolute;
	top: 230px;
	left:40px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-stretch:condensed;
	}
	
#msg {
	width: 350px;
	height: auto;
	position:absolute;
	top:150px;
	left:260px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-stretch:condensed;
	}
	
#claim {
	width: 350px;
	height: auto;
	position:absolute;
	top:350px;
	left:360px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-stretch:condensed;
	}
	
#claim2 {
	width: 200px;
	height: auto;
	position:absolute;
	top:415px;
	left:400px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-stretch:condensed;
	}
	
.h1{
	font-size:25px;
	font-weight:bold;
	font-style:italic;
	}
	
.h2{
	font-size:25px;
	font-weight:bold;
	}
	
.h3{
	font-size:14px;
	}
	
.h4{
	font-size:12px;
	}
	
.h5{
	font-size:25px;
	font-weight:bold;
	color:#7BC4A0;
	}
	
a:link { 
	color:#FF9900;
	text-decoration:none; 
	}
	
a:visited { 
	color:#FF9900;
	text-decoration:none; 
	}
	
a:focus { 
	color:#FF9900;
	text-decoration:underline; 
	}
	
a:hover { 
	color:#FF9900;
	text-decoration:underline; 
	}
	
a:active { 
	color:#FF9900;
	text-decoration:underline; 
	}

