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

#top {
	background-color: #000000;
	background-image: url(images/topbg2.gif);
	background-repeat: repeat-x;
	height: 200px;
	margin:0px;
}
body {
	color: #9299AC;
	background-color: #000000;
	background-image: url(images/stripe.gif);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
#container {
margin:0px;
}
#bottom {
	color: #CCCCCC;
	background-color: #141212;
	margin: 20px;
	padding: 20px;
	width: 50%;
	left: 5%;
	position: absolute;
	border: 4px solid #383232;
	z-index: 1;
}
#about {
	color: #788198;
	background-color: #141212;
	margin: 20px;
	padding: 10px;
	width: 20%;
	right: 5%;
	position: absolute;
	border: 4px solid #383232;
	padding-top: 0px;
}
a:link {
	color: #6D778F;
	text-decoration: none;
}
a:visited {
	color: #69777D;
	text-decoration: none;
}
a:hover {
	color: #996600;
}

#button {
	position: absolute;
	top: 0px;
	left:30px;
	z-index: 2;
}
#text {
	right: 20px;
	position: absolute;
	text-align: center;
}
h1 {
	font-weight: bold;
	color: #989FB1;
	line-height: 1.5em;
	letter-spacing: 0.4em;
	font-size: 1.2em;
}
#recent {
	position: relative;
	left: 620px;
	top: 0px;
	width: 300px;
	height: 200px;
}
#bottom img {
	border-top-width: 15px;
	border-right-width: 15px;
	border-bottom-width: 15px;
	border-left-width: 15px;
	border-top-color: #141212;
	border-right-color: #141212;
	border-bottom-color: #141212;
	border-left-color: #141212;
}
