html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ///////////////////////////////////////////////////////////////////////////
//////////////////////////Start Site Style Here //////////////////////////////
////////////////////////////////////////////////////////////////////////////*/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*Hides from IE-Mac\*/
* html .clearfix {height: 1%;}
/*End hide from IE-Mac*/


/*Start Website CSS*/

html {position:relative;}
body
{
	text-align:center;
	position: relative;
	font-size: 14px;
	background-image: url(../images/bg_mid.png);
	overflow:hidden;
}


#background_top
{
	height: 153px;
	width: 100%;
	background-image: url(../images/bg_top.png);
	position: absolute;
	left: 0px;
	background-repeat:repeat-x;
}

#background_bottom
{
	height: 502px;
	width: 100%;
	background-image: url(../images/bg_bottom.png);
	position: relative;
	bottom: -290px;
	
}
#background_bottom_head
{
	height: 11px;
	width: 100%;
	background-image: url(../images/bg_bottom_head.png);
	
	
	
}

#main
{
	width:865px;
	height: 459px;
	margin: 0 auto;
	display:inline-block;
	text-align:left;
	position: relative;
	z-index: 99;
	background-image: url(../images/splash.png);
	top: 230px;
	
}

a.skipbutton
{
	display: inline-block;
	height: 28px;
	width: 96px;
	position: absolute;
	right: 75px;
	top: 173px;
	background-image: url(../images/skipbutton_inakt.png);
}

a.skipbutton:hover
{
	display: inline-block;
	height: 28px;
	width: 96px;
	position: absolute;
	right: 75px;
	top: 173px;
	background-image: url(../images/skipbutton_akt.png);
}