div#container{
	background: url(befriendbg.jpg) no-repeat;
	width: 800px;
	margin: auto;
	height: 447px;
	margin-top: 130px;
	
}

body{
	background-color: black;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16pt;
	color: white;
	text-align: center;
}


div.nav{
	width: 600px;
	margin: auto;
}

.nav ul {
	list-style-type: none;
	margin: 0 0 0 50px;
}

.nav li {
	padding: 5px 25px 5px 5px;
	float:left;
	height: 100px;
}

.nav li a {
	color: white;
}

li#about:hover {

}

li#visual:hover {

}

li#contact:hover {

}

p {
	line-height: 18pt;
}



div#download {
	position: fixed;
	height: 200px;
	top: 700px;
	padding: 0 0 0 20px;
	margin: auto;
	width: 700px;
	font-size: 13pt;
	font-style: italic;
}

.left{
	text-align: left;
}