@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
background-image:url(header.png);
background-repeat:no-repeat;
background-position: 100px 0px;
background-attachment:inherit;
font-family:Futura, Helvetica, Arial, sans-serif;
font-size:14px;
line-height:20px;
color:#d7d7d7;
}

a.contact:link {
text-decoration:none;
color:#c12701;
}

a.contact:visited {
	text-decoration:none;
	color:#c12701;
}

a.contact:hover {
text-decoration:underline;
	color:#658905;
}

a.contact:active {
	text-decoration:underline;
}


a:link {
	text-decoration:none;
	color:#c79e08;
}

a:visited {
	text-decoration:none;
	color:#c79e08;
}

a:hover {
	text-decoration:underline;
	color:#c25908;
}

a:active {
	text-decoration:underline;
}

#menu {
	position:absolute;
	top: 120px;
	left: 725px;
}

#welcome {
	position:absolute;
	top: 300px;
	left: 300px;
width:600px;

}


#image {
	position:absolute;
	top: 170px;
	left: 150px;
	
	
}

#nextarrow {
	position:absolute;
	top: 400px;
	left: 1050px;
}

#backarrow {
	position:absolute;
	top: 400px;
	left: 50px;
}
