body {
        margin: 0px;
        padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	color: white;
}

a:link {
	color: white;
}

a:link img {
	border: 0px 
}

a:visited img { 
	border: 0px 
}

a:active img { 
	border: 0px 
}

#logo {
	position: fixed;
	width: 270px;
	top: 130px;
	left: 50%;
	margin-left: -135px;
}

* html #logo {
	position: absolute;
}

#menu {
        position: fixed;
        width: 220px;
        top: 300px;
        left: 50%;
        margin-left: -110px;
}

* html #menu {
        position: absolute;
}
