@charset "utf-8";
/* CSS Document */

body  {
	background-color: #cee6bf;
	font-family: Helvetica, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	}

p {
	color: #333300;
	font-size:: .90em;
	margin-top: .5em;
	}

a:link {
	text-decoration: none;
	}
	
a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:img {
	border:none;
}

#container {
	background: url(images/Secret-Depot-Background-2010.jpg);
	background-repeat:no-repeat;
	width: 1024px;
	height: 768px;
}

#search {
	position: absolute;
	top: 5px;
	left: 700px;
	width: 225px;
	Height: 25px;
	}

#logo {
	position:absolute;
	top: 25px;
	left: 25px;
	width: 200;
	height: 180px;
		}

#menubar {
	position: absolute;
	top: 190px;
	left: 50px;
	width: 160px;
	height: 395px;
		}
	
#maincontent {
	position: absolute;
	top: 25px;
	left: 210px;
	width: 802px;
	height: 600px;
	}
	
#facebook {
	position: absolute;
	top: 605px;
	left: 50px;
	width: 160px;
	height: 30px;
	background-color: #FFBF00;
	border-style: solid;
	border-width: 1px;
	border-color: #333300;
	}
	
#contact {
	position: absolute;
	top: 640px;
	left: 50px;
	width: 160px;
	height: 30px;
	background-color: #FFDF00;
	border-style: solid;
	border-width: 1px;
	border-color: #333300;
	}

#footer {
	position: absolute;
	top: 675px;
	left: 50px;
	padding-left: 5px;
	width: 155px;
	height: 250px;
	font-size: .85em;
	background-color: #EEEEEE;
	border-style: solid;
	border-width: 1px;
	border-color: #333300;
	}

