﻿body 
{
	font-family: Arial;
	padding: 0;
	margin: 0;
	background: url(/yoxview/images/background.gif);
}
#logo
{
	width: 345px;
	height: 350px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: -172px;
	text-align: center;
	color: #666;
}
#logo a{ color: #333; text-decoration: none;}
#logo a span{ color: #93c240; }
#logo a:hover{ text-decoration: underline; }

#menu #menuPanel
{
	width: 300px;
}
#menu a
{
	width: 33%;
}
