/* JOVITAS LAYOUT CSS Document */

* { margin: 0; padding: 0; }

body {
	background: url(../images/background.jpg) fixed no-repeat #000000;
	color: #FFFFFF;
}

/* ----------- MAIN NAVIGATION -------------- */
#main_nav {
	width: 850px;
	height: 135px;
}

#container {
	width: 800px;
	float: left;
}

#supporting_content {
	width: 340px;
	margin: 150px 0 0 0;
	float: left;
}

#content {
	width: 460px;
	float: left;
}


/* ----------- MARQUEE SIGN -------------- */
#marquee {
	position: absolute;
	background: url(../images/sign.gif);
	width: 323px;
	height: 274px;
}


#footer {
	width: auto;

}


