/* CSS Document */

body {
	background-image: url(images/back.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #B6906C;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#container {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	height:600px;
	width:800px;
	background-color: #FFFFFF;
	position:relative;
}
.main {
	background-image: url(images/stump.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.video {
	background-image: url(images/video_back.gif);
	background-repeat: no-repeat;
}
.cairo {
	background-image: url(images/cairo.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#container #content {
	position: absolute;
	height: 530px;
	width: 300px;
	left: 5px;
	top: 70px;
	text-align: center;
}
#container #logo {
	position:absolute;
	top:10px;
	left:10px;
}
#container #clip {
	position:absolute;
	top:70px;
	left:80px;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:400px;
	color: #DDBE9D;
	margin-bottom: 10px;
}
#footer a:link, #footer a:visited {
	color: #DDBE9D;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #773A2A;
	text-decoration: none;
}
