
.container {
	text-align: center;
	}
	
.body {
	height: 50%;
	width: 580px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #999999;
	top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: .02em;
	font-weight: bold;
	overflow: visible;
}	
.head {
	height: 20%;
	width: 580px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.menu {
	height: 30px;
	width: 580px;
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	top: 40px;
}
.footer {
	height: 30%;
	width: 580px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #999999;
	top: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: .02em;
	font-weight: bold;
}
.footer2 {	
	position: relative;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
	a:link { color: #999999; text-decoration: underline;}
	a:visited { color: #999999; text-decoration: underline;}
	a:active { color: #999999; text-decoration: underline;}
	a:hover { color: #FFFFFF; text-decoration: underline;}
