
body {
	background: #fff;
	background-image: url(http://www.modemnet.se/stuff/ss/images/snow.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top center;
	margin: 0 auto;
	padding-top: 45px;
	width: 830px;
	font-family: Verdana;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow-x: hidden;
	}
#maindiv {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	width: 830px;
	}

#mainlogo {
	background: #fff;
	float: left;
	width: 470px;
	height: 180px;
	margin: 0 0 0 0;
	border-top: solid #000000 2px;
	border-bottom: solid #000000 2px;
    text-align: left;
	}
	
#nav {
	background: #fff;
    padding-top: 0px;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 271px;
	height: 180px;
	margin: 0 0 0 68px;
	border-top: solid #000000 2px;
	border-bottom: solid #000000 2px;
	list-style-type:none;
    text-align: left;
	}

#nav a:hover {
	color: #dd0000;
	text-decoration: none;
	}

#nav a {
    margin: 0 0 0 0;
	color: #000000;
	text-decoration: none;
	}

#submain {
	background: #fff;
    padding-top: 10px;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 830px;
	height: 180px;
	margin: 0 0 0 1px;
	list-style-type:none;
    text-align: left;
	}

#fixme { position: absolute; left: 0px; top: 0px; }
#fixmetoo { position: absolute; right: 0px; bottom: 0px; }
div > div#fixme { position: fixed; }
div > div#fixmetoo { position: fixed; }
pre.fixit { overflow:auto;border-left:1px dashed #000;border-right:1px dashed #000;padding-left:2px; }
div#fixme {
left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div#fixmetoo {
right: auto; bottom: auto;
left: expression( ( 0 - fixmetoo.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 0 - fixmetoo.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

#footer {
	background: #fff;
	color: #000000;
	font-size: 9px;
	font-family: Verdana;
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 100%;
	}
p.headline {
	font-size: 14px;
	font-weight: bold;
	}