* {
}

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000 url(../images/eyweartile.jpg) repeat;
}

#container {
	height: 610px;
	margin: 100px auto;
	min-height: 610px;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 1101px;
	text-align: left;

}

#header {
	height: 0px;
}

#menu {
	position: relative;
	float: left;
	width: 250px;
	z-index: 200;
	height: 610px;
	background: #000 url(../images/gibson-eyewear-logo.jpg) no-repeat center 420px;
}

#padding {
	float: left;
	width: 5px;
	height: 400px;
}

#main {
	position: static;
	display: block;
	float: left;
	width: 842px;
	height: 610px;
	background-color: #000;
	z-index: 50;
	overflow: hidden;
	clear: right;
}