
/* Global
---------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	background-color: #090d13;
	background-image: url(../images/bg.jpg);
}

#container{
	width: 100%;
	margin: 0 auto;
	height:100%; /* this is the key! */
	position:absolute;
}
