body {padding:0; margin:0;}

wrapper {	
}

#container {
	position: absolute; 
	left: 50%;
	width: 784px;
	margin-left: -392px;
	height: auto;
	border-top: 2px solid #000000;
	border-bottom: 0;
	background: #c4c4c4;
}

#header {
	background: url(images/top.gif) top right no-repeat;
	/*background: #c4c4c4 url(images/logo.gif) top right no-repeat;*/
	height: 115px;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	overflow: hidden;
}

#header h1{
	position: relative;
	margin-left: -1000px;
}

#header h2{
	position: relative;
	top: 0px;
	left: 35px;
}

#topImages {
	border-left: 2px solid #000000;

	height: 300px;
	width: 100%;
	overflow: hidden;
}

#random {
	float: left;
	width: 780px;
	height: 300px;
	border-right: 2px solid #000000;
}

#statue {
	float: right;
	width: 200px;
	height: 300px;
	overflow: hidden;
}

#statue:hover h4 {
	display: block;
}

#statue h4 {
	display: none;
	width: 175px;
	background-color: #333333;
	color: #FFFFFF;
	border: 2px solid #000000;
	text-align: center;
	margin: 5px 12px;
	font-size: 14px;
}

#content {
	background: #c4c4c4;
	width: 760px;
	height: auto;
	padding: 5px 10px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

#footer {
	position: relative; 
	margin-bottom: 0px;
	left: 50%;
	width: 100%;
	margin-left: -392px;
	height: auto;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: #fff;
	border: 2px solid #fff;
}
