﻿html
{
	margin: 0;
	padding: 0;
	width: 100%;	
	background: #182231;
	height: 100%;
}
body
{	
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	font-size: #010000;
	font-family: Palatino Linotype;
	font-size: 18px;
	line-height: 24px;
}

.clear {clear: both;}

div#main
{	
	background: url(/images/bgtop.png) no-repeat center top;
	width: 1285px;	
	max-width: 1285px;	
	display: inline-block;
}
div#main div#bg
{
	background: url(/images/bgbottom.png) no-repeat center bottom;	
}
div#main div#bg div#container
{
	display: inline-block;
}
div.menu
{
	float: left;
	color: 	#fdfeff;
	font-size: 24px;
	margin: 207px 0 0 0;
	width: 200px;
}
div.menu a
{
	color: White;
	display: block;
	text-decoration: none;	
	margin: 10px 0 24px 0;
}
div.menu a:hover
{
	text-decoration: underline;
}
div#scroll
{
	float: left;
	width:	869px;
	background: url(/images/scrollm.png) repeat-y center top;	
	margin: 80px 0 34px 0;
	text-align: left;
}
div#scrollt
{	
	background: url(/images/scrollt.png) no-repeat 20px -6px;	
}
div#scrollb
{	
	background: url(/images/scrollb.png) no-repeat center bottom;	
}
div#scrollb div#content
{
	padding: 163px 123px 140px 123px;
	text-align: left;
}
.logo
{
	position: absolute;	
	background: url(/images/logo.png) no-repeat left top;	
	width: 672px;
	height: 162px;
	margin: -65px 0 0 110px;
}