@import url("reset.css");

body {
	background:#000;
}

#header {
	top:0;
	left:0;
	position:fixed;
	background:#000;
	width:100%;
	z-index:2;
	border-bottom:3px solid #666;
}

#header h1 {
	width:300px;
	padding:15px;
	border-right:3px solid #666;
	height:57px;
}

#navigation {
	position:absolute;
	left:350px;
	top:15px;
	font:bold 10px/13px "lucida grande",arial,verdana,sans-serif;
	color:#666;
}

#navigation a {
	color:#aaa;
}

#main-container {
	height:400px;
	width:100%;
	position:relative;
	top:87px;
	z-index:1;
}

#main-container ul {
	width:11544px; /* change this line. total width of images plus 3px for each image is this number. */
	border-bottom:3px solid #666;
	float:left;
}

#main-container li {
	float:left;
	border-right:3px solid #666;
	height:600px;
}

#main-container img {
	margin-bottom:0;
}