@charset "utf-8";
body {
	background-color: #262626;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height:19px;
}
#websitePos {
	position: absolute;
	width: 688px;
	height:554px;
	left: 50%;
	top:25px;
	margin-left: -344px;
}

#menu1 {
	position: relative;
	height: 26px;
	width: 100%;
	padding-top:8px;
}

#menu2 {
	position: relative;
	height: 44px;
	width: 100%;
	clear:left;
}

#menu2logo {
	width: 120px;
	padding-top:12px;
	float:left;
	clear:right;
}

#menu2links {
	width:568px;
	padding-top:15px;
	float:right;
	text-align:right;
}

.border0 {
	border:none;
}