@charset "utf-8";
/* CSS Document */
#container {
background-image:url(images/back3.jpg);
width:782px;
height: 620px;
margin:auto;
border: 1px solid #ffcc99;
}
#container2 {
background-image:url(images/page_back2.jpg);
background-repeat:no-repeat;
width:782px;
margin:auto;
border: 1px solid #ffcc99;
}

#nav {
position: relative; 
top: 95px;
left: 0px;
margin:auto;
}
#content {
position: relative; 
top: 95px;
}
#footer {
width:770px;
background-color:##010204;
margin:auto;
color: #FFE28C;
}
body {
	background-image: url(images/back2.jpg);
	margin-top: 0px;
}

.footlink A:link {text-decoration: underline; color: #FFE28C;}
.footlink A:visited {text-decoration: underline; color: #FFE28C;}
.footlink A:active {text-decoration: underline; color: #FFE28C;}
.footlink A:hover {text-decoration: none; color: #f3bd1e;}



