body {
        background: #000; 
        color: #000;
        font-family: georgia, serif; 
        font-size: 0.7em; 
        margin: 0px;
}

#screen{
	position:absolute;
	top:50%;
	left:50%;
	width: 760px;
	height: 420px;
	margin-top: -210px;
	margin-left: -380px;
	padding:0px;
	background-color: #D5B940;
}

#container {
	width: 420px;
	margin: 30px auto;
	text-align: justify;
	background: #B0AFC0;
}

#legal {
	background: #D5B940;
	text-align:justify;
	margin: 8px;
	font-size: small; 
}

/*HEADER*/
#header {
	background: #D5B940;
	border-bottom: 8px solid #000;
	margin: 10px 0 0 0;
	height: 70px;
	text-align:center;
}

a img{
	border: 0px;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img.left{
	float: left;
	margin-top: 185px;
}
img.right{
	float: right;
	margin-top: 185px;
}

/*CONTENT*/
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li {
	border-bottom: 1px solid #000;
	color: #000;  
	padding: 10px;
	display: block;
}
li:hover {
	background: #D5B940;
}
li a {
	color: #FFF;
	text-decoration: none;
}

#websites, #links {
	margin-bottom: 10px;
}

#websites a:link, 
#websites a:visited {
        font-weight: bold;
        text-decoration: none;
}

#links a:link,
#links a:visited {
	font-weight: bold;
	text-decoration: none;
}

a.bw:link,
a.bw:visited {
	color: #FFF;
	text-decoration: none;
}
a.bw:hover {
	color: #000;
	text-decoration: none;
}

p{
	color: #000;
}

#legal p{
	margin: 8px;
	text-indent: 8px;
}

h2{
	margin: 0px;
	padding: 0px;
	line-height: 378px;
}

h4{
	margin: 0px;
	border-bottom: 4px solid #000;
	padding: 8px;
}

/*FOOTER*/
#footer {
	background: #D5B940;
	font-size: x-small;
	border-top: 8px solid #000;
	color: #000;
	text-align: left;
	margin:0px;
	padding-top:8px;
	padding-bottom:8px;
}
#footer img{
	margin: 0px 10px 0px 10px;
	border: 0px;
	float: left;
}
#clc {
	font-size: x-small;
	text-align: right;
}

#close{
	border-top: 8px solid #000;
	padding: 8px;
	text-align: center;
}
#closec{
	border-top: 4px solid #000;
	padding: 8px;
	text-align: center;
}
