body {
	color: #ffffff;
	text-size: large;
	background: #000000 url('images/bg-asphalt.jpg') repeat scroll top left;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}


#head1 {
	position: absolute;
	left: 80px;
	top: 20px;

}

#head2 {
	position: absolute;
	top:-20px;
	right: 0px;
	z-index: -1;

}

#head3 {
	position: absolute;
	top:30px;
	right: 60px;
	z-index: -2;

}

#content {
	/*position: absolute;
	top:200px;
	left:40px;*/
	/*min-width: 620px;*/
	background: #000000;
	margin: 200px 80px 20px 80px;
	padding: 20px;
	border: medium double #FFE400;
}

#menu {
	border: thin dashed #FFFFFF;
	background: #000000;
	min-width: 600px;
	height: 30px;
	margin: 10px, 0, 20px, 0;
	padding: 10px;
	font-size: 26px;
	text-align:center;
}

a:link {
	color: #FF2222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: underline;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #339900;
}

p 
{
	text-indent: 2em;
}

