/********* GENERAL *************/
body, html {
	width: 100%;
	height: 100%;
	background-image: url(../im/bg.jpg);
	background-position: 50% 0%;;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-color: black;
	margin: 0;
	font-family: sans serif;
	font-size: 10pt;
	color: white;
}

div {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

#container {
	position: absolute;
	height: 98%;
	width: 835px;
	margin: 0 0 0 -417px;
	top: 0;
	left: 50%;
	text-align: left;	
	padding: 0px;
}

#header {
	width: 835px;
	height: 484px;
	margin: 140px 0 0 0;
}

