html>body {
	background:#222222;
	background-image:url(images/homebg_repeat.jpg);
	background-repeat:repeat-x;
	}

#container {
	margin:0 auto;
	width:1240px;
	height:599px;
	margin-top:-8px;
	background-image:url(images/homebg_top_layer.jpg);
	background-repeat:no-repeat;
	}
	
#title {
	height:90px;
	width:1240px;
	background:#222222;
	margin:0 auto;
	margin-top:15px;
	}

#navigation {
	margin-top:70px;
	margin-left:0px;
	width:149px;
	background:transparent;
	float:left;
	}

#gallery {
	margin-top:55px;
	margin-left:128px;
	width:496px;
	background:transparent;
	float:left;
	}

ul.navmain {
	list-style-type:none;
	line-height:40px;
	}

img {
	border:0;
	}

a:active {
	outline:none;
	}
