@charset "utf-8";
/* CSS Document */

html, body{
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	background-image:url(../img/bg2.png);
	background-position:bottom;
	background-repeat:repeat-x;
/*	background-size: auto 875px; */
	}
#container{
	width:1400px;
	left:50%;
	margin-left:-700px;
	position:relative;
}
	
	#content{
	width:1400px;
	height:800px;
	background-image:url(../images/bg.jpg);
	background-size:contain;
	}
	#footer{
	width:1400px;
	height:455px;
	background-image:url(../img/Sponsorbord-footer.png);
		background-size:contain;
	}
	
	
a{text-decoration:underline; color:#FFFFFF;}
h1{font-size:16px;}