body{
	margin: 0px;
	colour: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*or any other font family you prefer*/
	font-size: 12px;
	background-image: url(images/main/star_pattern_2.jpg);
}
a:link {
	font-family: Futura;
	text-decoration: none;
	color: #993333;
}
a:visited {
	color: #993333;
	text-decoration: none;
}
a:hover {
	color: #CCFF00;
}

#container {
	position: fixed;
	width: 800px;
	margin: auto;
	margin-top: 4px;
	margin-left: 1px;
}

div.imageholder{ /*This will be the holder which will hold our page image(i.e. coffee.jpg) */
	position:absolute;
	width:600px; /*Width of Image*/
	height:600px; /*Height of Image*/
	left:376px; /* This is applied relative to edge of container */
	top:0px;
	margin-left: 4px;
}

div.logotext{
	position:fixed;
	width:233px;
	height:123px;
	left:4px;
	top: 4px;
}

a img { border:0 }
img {
	border:0;
}

div.navigation{
	position:fixed;
	width: 108px;
	height: 153px;
	left : 4px;
	top: 127px;
	z-index: 5; /*z-index is the ordering of the CSS Layers, the bigger the z-index, the higher the more on top it will be, I set a z-index of 5 so the navigation will remain on top at all time*/
	line-height:30px;
	font-size: 18px;
	color:#663300;
}

Now we will code the navigation styles :

a.navigation:link {
            color: #663300;
            text-decoration: none;
}
a.navigation:visited {
            text-decoration: none;
            color: #663300;
}
a.navigation:hover {
            text-decoration: none;
            color: #FFFFFF;
            background: #663300;
}
a.navigation:active {
            text-decoration: none;
            color: #663300;
}

div.contentarea {
	position:absolute;
	width: 600px;
	height: 300px;
	top: 10px;
	font:10px;
	text-align:justify;
	visibility: visible;
	margin-left: 230px;
	left: 100px;
	text-decoration: none;
}

#stage{
	width:600px;
	overflow-x:hidden;
	overflow-y:hidden;
	height:600px;
	left: 250px;
	top: 4px;
	position: fixed;
	overflow: hidden;
}
	#myList li{
	width:6500px;
	height:600px;
	list-style-type: none;
	position: absolute;
	overflow: hidden;
	visibility: inherit;
	list-style-position: inside;
	margin-left: -70px;
	margin-top: -12px;
		}
div.text {
	position:absolute;
	width: 600px;
	height: 450px;
	top: 10px;
	text-align:justify;
	visibility: visible;
	margin-left: 300px;
	left: 120px;
	font-family: "Gill Sans Ultra Bold", "Gill Sans Light", "Gill Sans";
	font-size: 21px;
	color: #FFFFFF;
}
div.planethead {
	position:fixed;
	width: 631px;
	height: 340px;
	visibility: visible;
	margin-left: 250px;
	background-color: #FFFFFF;
	top: 4px;
}
#slider-buttons {
	position: fixed;
	z-index: 20;
	left: 245px;
	width: 600px;
	height: 630px;
	top: 550px;
}
div.thumbs {
	position:fixed;
	width: 108px;
	height: 155px;
	left : 4px;
	top: 372px;
	z-index: 5; /*z-index is the ordering of the CSS Layers, the bigger the z-index, the higher the more on top it will be, I set a z-index of 5 so the navigation will remain on top at all time*/
	line-height:30px;
	font-size: 18px;
	color:#663300;
}
div.dinosaur {
	position:fixed;
	width: 631px;
	height: 340px;
	visibility: visible;
	left: 250px;
	background-color: #FFFFFF;
	top: 4px;
}
#textover {
	position:fixed;
	width:360px;
	height:115px;
	z-index:1;
	left: 540px;
	top: 50px;
	text-align: inherit;
}
.textrex {
	margin-left: 50px;
	margin-top: 30px;
}
.contact_text {
	color: #993333;
	font-family: Futura;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	white-space: normal;
	display: inherit;
	line-height: normal;
}
#footer {
	position:fixed;
	width:300px;
	height:20px;
	z-index:14;
	left: 6px;
	top: 550px;
	visibility: visible;
	font-size: 11px;
}
#scroller {
	position:fixed;
	width:600px;
	height:600px;
	z-index:1;
	left: 250px;
	top: 659px;
}
div.text_port {
	position:fixed;
	width: 231px;
	height: 20px;
	top: 355px;
	text-align:center;
	visibility: visible;
	left: 4px;
	font-family: Futura;
	font-size: 13px;
	color: #CCFF00;
	word-spacing: 35px;
}

