body {
	background : #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        color:#F05353;
font-size:11px;
}

#image {
	position: absolute;
	top: 100px;
	left: 300px;
}

#menu {
	position: absolute;
	top: 100px;
	left: 60px;
}

.logo {
	margin-bottom: 20px;
}

.menuitem {
	margin-bottom: 20px;
}

.contact {
	margin-top: 20px;
}

.nav {
	margin-top: 8px;
}

p {  color:#FFFFFF;}

a:link {
	color : #999999;
	text-decoration : none;
}

a:visited {
	color : #999999;
	text-decoration : none;
}

a:hover {
	color : #999999;
	text-decoration : none;
}

a:active {
	color : #999999;
	text-decoration : none;
}