body {
	background-color: #000000;
	margin:0;
	text-align: center;
	font-family: Calibri, Helvetica75;
}

.wrapper {
	margin:0 auto;
	width:1100px;
	height:1000px;
	text-align:center;	
}

.nav {
	background:#000;
	height:60px;
	font-size:18px;
	color:#fff;
}

.nav a {
	color:#fff;
	font-size:18px;
	text-decoration:none;
	font-weight:bold;
}

.nav a:hover {
	color:#1890f5;
}
