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

body{
	background:#000;
	text-align: center;
	margin-left:-420px;
	left:50%;
	padding:0px;
}

#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

h1{
	font: Arial;
	font-size: 20px;
	color: #dbd4af;
}

p{
	font: Arial;
	font-size: 12px;
	color: #dbd4af;
	line-height: 1.4em;
}

#container{
	width: 840px;
	height: 600px;
	background-image:url(../images/logo.png);
	position:absolute;
	margin:0 auto;
	text-align:left;
	
}

#content{
	position:absolute;
	width:450px;
	height:500px;
	text-align:left;
	left:350px;
	right:140px;
	top: 16px;
	font: Arial;
	font-size: 12px;
	color:#FFF;
	overflow-x:hidden;overflow-y:auto;
}

#random{
	position:absolute;
	width:300px;
	height:188px;
	text-align:left;
	left:539px;
	right:140px;
	top: 401px;
	font: Arial;
	font-size: 12px;
	color:#FFF;
}

#menu{
	position:absolute;
	width:142px;
	height:250px;
	text-align:center;
	left:74px;
	right:140px;
	top: 239px;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}

a:visited{
	color: #dbd4af;
	text-decoration: none;
}

a:hover{
	color: #dbd4af;
	text-decoration: underline;
}

a:active{
	color: #dbd4af;
	text-decoration: none;
} 

ul{
	list-style-position: inside;
	list-style-type: square;
	color: #dbd4af;
	padding-left: 0px;
	text-indent:0px;
	line-height: 1.4em;
}

IMG {
	margin-right: 15px;
}

