body {
	background-image: url(images/bg.jpg); 
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: verdana, arial, tahoma, serif;
	font-size: 11px;
	text-align: center;
	padding: 0;
	margin-top: 0px;
	position: relative;
}

#container {
	background-image: url(images/main_bg.gif);
	width: 645px;
	height: 500px;
	overflow: auto;
	margin: auto;
	text-align: left;
	padding: 0 0 0 0px;
	position: relative;
}

#header{
	width: 641px;
	height: 153px;
	left: 0px;
	top: 0px;
	position: absolute;
}

#navbar{
	width: 641px;
	height: 29px;
	left: 0px;
	top: 153px;
	position: absolute;
}

#home_box{
	background-image: url(images/home_box.gif);
	width: 320px;
	height: 260px;
	top: 195px;
	left: 0px;
	position: absolute;
	font-family: verdana, arial, tahoma, serif;
	font-size: 11px;
	color: #ebd77f;
	}

#trailer_box{
	width: 320px;
	height: 260px;
	top: 195px;
	left: 0px;
	position: absolute;
	font-family: verdana, arial, tahoma, serif;
	font-size: 11px;
	color: #ebd77f;
	}

#home_image{
	background-image: url(images/home_image.jpg);
	width: 323px;
	height: 285px;
	left: 320px;
	top: 180px;
	position: absolute;
}

#footer{
	background-image: url(images/dots.gif);
	width: 641px;
	height: 30px;
	left: 0px;
	top: 467px;
	position: absolute;
	font-size: 10px;
	color: #ebd77f;
}
	

