/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #090909;
	margin: 0px;
	text-align: justify;
	font-size: 11px;
	padding: 0px;
	top: 0px;
	
}
#title {
	
	background-repeat: no-repeat;
	position: relative;
	height: 80px;
	width: 330px;
	top: 120px;
	left: 540px;
}
#content {
	position: relative;
	left: 530px;
	top: 180px;
	width: 400px;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
#container {
	left:0px;
	top:0px;
	width:870px;
	height:740px;
	margin:0px auto;
	text-align: left;
	background-image: url(layout/bg1.jpg);
	background-repeat: no-repeat;
	padding: 1px;
	position: relative;
}
.small {
	font-size: 8px;
}
