/* START CLASS STYLES */

/* END CLASS STYLES */
/* START BASIC ELEMENTS */

body {
	bottom: 0px;
	background:url('background.jpg');
	background-position: center;
	#bottom: 0px;
	#background:url('background.jpg');
	#background-position: center;
	_bottom: 0px;
	_background:url('background.jpg');
	_background-position: center;
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	#margin: 0;
	#padding: 0;
	#list-style: none;
	_margin: 0;
	_padding: 0;
	_list-style: none;
}

/* END BASIC ELEMENTS */
/* START LAYERS; DIV TAG S*/

#container {
	position:relative;
	width: 1024px;
	height: 800px;
	z-index:1;
	top: 0px;
	overflow: visible;
	left: 0px;
	margin: 0px auto 0em auto;
	#position:relative;
	#width: 1024px;
	#height: 800px;
	#z-index:1;
	#top: 0px;
	#overflow: visible;
	#left: 0px;
	#margin: 0px auto 0em auto;
	_position:relative;
	_width: 1024px;
	_height: 800px;
	_z-index:1;
	_top: 0px;
	_overflow: visible;
	_left: 0px;
	_margin: 0px auto 0em auto;
}
/* END LAYERS; DIV TAGS */
