	
body {
	width: 780px;
	background: #000;
	margin: 0px;
	padding: 0px;
}

div {
	margin: 0;
	padding: 0;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0;
}

#title1 {
	position: absolute;
	top: 40px;
	left: 400px;
	text-align: left;
	font-size: 50px;
	color: white;
}
#title2 {
	position: absolute;
	top: 100px;
	left: 400px;
	text-align: left;
	font-size: 20px;
	color: white;
}


#menu1 {
	margin: 0 0 0 0;
	position: absolute;
	left: 5px;
	top: 310px;
}
#menu2 {
	margin: 0 0 0 0;
	position: absolute;
	left: 5px;
	top: 340px;
}
#menu3 {
	margin: 0 0 0 0;
	position: absolute;
	left: 5px;
	top: 370px;
}
#menu5 {
	margin: 0 0 0 0;
	position: absolute;
	left: 5px;
	top: 400px;
}
#menu4 {
	margin: 0 0 0 0;
	position: absolute;
	left: 5px;
	top: 430px;
}

.foot {
	color:gray;
 	font-size: 8px;
	text-align: right;
 }

#content {
	top: 310px;
	position: absolute;
	width: 550px;
	left: 220px;
	font-family: Verdana, sans-serif;
	text-align: justify;
 	color: white;
	font-size: 14px;
	
}

a {
	color: #aaaaaa;
	text-decoration: none;
	font-size: 14px;
}

a:hover {
	color: #ffffff;
}




#down{
	position: absolute;
	top: 520px;
	width: 770px;
	left: 0px;
	height:45px;
	color: white;
}
P{	
	margin: 0px 30px 20px 30px;
}