body
{
	background-color: black;
	font-family: Comic Sans MS, Times;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: white;
}


#main
{
	background: url(bakgrund.jpg) repeat;
	background-attachment: fixed;
	background-position: center center;
	overflow: auto;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	padding-bottom: 20px;
}

#top
{
	background: url(top.png) no-repeat;
	width: 731px;
	height: 335px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
}

#url
{
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	padding-right: 50px;
	width: 731px;
	margin-top: 13px;
	font-family: 'Trebuchet MS';
	font-size: 12px;
}

#content
{
	width: 731px;
	margin-left: auto;
	margin-right: auto;
}

.frame_left
{
	background: url(frame_left.png) repeat-y;
	width: 20px;
}

.frame_right
{
	background: url(frame_right.png) repeat-y;
	width: 25px;
}


.frame_bottom
{
	background: url(frame_bottom.png) no-repeat;
	width: 731px;
	height: 34px;
}

.main_content
{
	background: white;
	color: black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}

#menu
{
	position: relative;
	top: 274px;
	width: 731px;
}

a
{
	color: white;
	text-decoration: none;
	font-family: 'Trebuchet MS';
	font-size: 12px;
}
H1
{
	font-size: 12px;
	padding: 0;
	margin: 0;
	display: inline;
}

a:hover
{
	text-decoration: underline;
}