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

body{
background-image:url(images/chenliner.jpg);
background-repeat: repeat-x;
background-color:#110B00;
	margin: 0 auto;
	padding:0px;
	text-align: center;
	font-family:verdana, georgia;

	}
	
a{
color:#66FF66;
font-variant: small-caps;
font-size: 20px;
}
a:link { color:#FFFFCC; text-decoration:none; }
 a:visited { color:#FFFFCC; text-decoration:none; }
 a:hover {text-decoration:none;alpha(opacity=50);-moz-opacity:.50;opacity:.50;}
 a:active {text-decoration:none;alpha(opacity=25);-moz-opacity:.25;opacity:.25;
}


#wrap{
	width: 850px;
	height:741px;
	margin: 0 auto;
	text-align: left;
	position:relative;
	
	}
#header{
width: 850px;
height: 300px;
background-image:url(images/dinobanner.jpg);
background-repeat: no-repeat;
margin-top: 0px;
position:relative;
}

#welcomtext{
width: 510px;
height: 500px;
font-family: Georgia, Arial;
font-size: 15px;
color:#333300;
text-align: left;
margin-left: 280px;
margin-top: 10px;
position: absolute;
padding: 20px;
}

#snooter{
width: 220px;
height: 250px;
float: right;
margin-left: 20px;
margin-top:10px;
margin-bottom: 20px;
}

#background{
background-image:url(images/frontback.jpg);
background-repeat: no-repeat;
height: 588px;
width: 850px;
position: relative;
margin-top: 0px;
}

#footer{
width: 850px;
height: 25px;
background-color:#3D331B;
positon:absolute;
font-variant:small-caps;
font-family:Georgia, Verdana;
font-size: 14px;
color:#FFFFCC;
}

#navigation{
width: 175px;
height: 250px;
postiong: absolute;
margin-top: 0px;
margin-left:20px;
position: absolute;
}

.button{
width: 175px;
height: 40px;
margin-top:10px;
padding-top: 5px;
background-image:url(images/button.jpg);
background-repeat: no-repeat;
text-align: center;
}


