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

body {
	color: #e7e7e7;
	background-color:#000000;
	background-image:url(images/BG.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#container {
	width: 900px;
	height: 500px;
	margin: auto;
	margin-top: 20px;
	background-image: url(images/BG.png);
	background-repeat:no-repeat;
}
div#header {
	height: 100px;
	width: 850px;
	margin-left: 15px;
}
div#menu {
	margin-top: -25px;
	float: right;
}
#menu a {
	text-decoration:none;
	font-size:16px;
	font-weight: bold;
	color:#e7e7e7;
}
#menu a:hover{
	font-style:normal;
}
div#content {
	margin-left: 25px;
	margin-top: 15px;
	width: 850px;
	height: 350px;
}
div#footer {
	background-color: #3a3a3a;
	position:absolute;
	width: 100%;
	height: 25px;
	bottom: 20px;
	text-align: center;
	padding-top: 10px;
}
div#black {
	background-color:#070707;
	position:absolute;
	width: 100%;
	height: 20px;
	bottom: 0px;
}

input{
	background-color: transparent;
	border: 1px solid #e7e7e7;
	color: #e7e7e7;
}
textarea{
	background-color: transparent;
	border: 1px solid #e7e7e7;
	color: #e7e7e7;
}
img, div{
	behavior: url(iepngfix.htc);
}
a{
	text-decoration:none;
	color: #e7e7e7;
	font-weight: bold;
}
a:hover{
	font-style: italic;
	text-decoration: underline;
}