@charset "UTF-8";
/* CSS Document */

body {
}
#maincontainer {
	position:absolute;
	left:0px;
	top:125px;
	width:100%;
	height:550px;
	z-index:1;
	background-color: #000;
}
#container {
	position:relative;
	width:900px;
	height:650px;
	z-index:2;
	left: 0px;
	top: -60px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position:absolute;
	width:900px;
	height:65px;
	z-index:3;
	left: 0px;
	top: 0px;
	text-align: center;
	background-image: url(text/marque.png);
	background-repeat: no-repeat;
	background-position: center;
}
#footer {
	position:absolute;
	width:900px;
	height:20px;
	z-index:3;
	left: 0px;
	bottom: 0px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
#nav {
	position:absolute;
	width:900px;
	height:50px;
	z-index:10;
	left: 0px;
	top: 560px;
	font-size: 14px;
}
#content {
	position:absolute;
	width:900px;
	height:447px;
	z-index:4;
	left: 0px;
	top: 91px;
}
#info {
	position:absolute;
	width:552px;
	height:447px;
	z-index:1;
	top: 0px;
	right: 0px;
	color: #E5E5E5;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
}
#images {
	position:absolute;
	width:315px;
	height:447px;
	z-index:2;
	left: 0px;
	top: 0px;
}
infotext {
	position:absolute;
	width:485px;
	height:427px;
	z-index:1;
	left: 10px;
}
#star1 {
	position:absolute;
	width:50px;
	height:50px;
	z-index:1;
	left: 30px;
	top: 58px;
	background-image: url(clipart/star50.png);
}
#star2 {
	position:absolute;
	width:75px;
	height:75px;
	z-index:1;
	top: 422px;
	background-image: url(clipart/star75.png);
	right: 28px;
}
