body {
	background-color: black;
}

.content{
	background-repeat: no-repeat;
	background-image: url(images/bg.jpg);
	margin-left: 70%;
	margin-bottom: 50px;
	margin-right: auto;
	margin-top: 0;
	top:0;
	height:240px;
	width:180px;
	position:absolute;
}
	
#menu{
	margin-top: 135px;
}

#menu li{
	margin-left:-15px;
	list-style-type: none;
	font-family: HelveticaNeue-Light, Helvetica, Verdana, Arial;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.3;
	color: #5f5f5f;	
}

#menu li a{
	text-decoration: none;
	color: #5f5f5f;	
}