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

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-image:url(../img/bg.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size:cover;
	border:0px;
	overflow:scroll;
	overflow-x:hidden;
	}

body {
	overflow:hidden;
	}

#header{
	height:250px;
	}

#container {
	}

#body {

	}

#wrapper {
	margin:auto;
	width:960px;
	height:500px;
	text-align:center;
	}

#footer {
	position:relative;
	bottom:0;
	width:100%;
	height:100px;			/* Height of the footer */
	}

#foot {
	width:960px;
	height:20px;
	margin:auto;
	}

#plenso {
	width:960px;
	height:10px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
	}

#plenso a:link {
	color:#966405;
	text-decoration:underline;
	}

#plenso a:hover{	
	color:#966405;
	text-decoration:underline;
	}

#plenso a:visited{
	color:#966405;
	text-decoration:underline;
	}