<style type="text/css">
<!--
body {
background-color: #000000;
font-family:Arial, Helvetica, sans-serif;
background-image:url('images/bg.jpg');
background-repeat:repeat;
font-size:x-small;
font-weight:300;
font: 80% verdana, arial, helvetica, sans-serif;
text-align: center;
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */

	border: 1px solid orange;
	width: 75%;
}
p {
	margin: 0.3em 0.3em 0.5em 0.3em;
}
code {
	font-size: 115%;
}
a:hover {
text-decoration: none;
color: red;
}
a:active {
text-decoration: none;
}
div#main {
width:75%;
height:350px;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin-left: 10%;
margin-top: 1px;
padding: 6px;
overflow:auto;
}
div#wrapper {
width: 85%;
height: 650px;
background-color:#000000;
margin-top: 50px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
-moz-border-radius: 20px;
-webkit-border-radius: 1-px;
-webkit-box-shadow: 0px 0px 40px rgba(4,218,253,4);
-moz-box-shadow: 0px 0px 40px rgba(4, 218, 253, 4);
padding: 0px;
border: thin solid #66FFFF;
}
div#header {
padding: 5px;
margin: 0px;
text-align: center;
height:50px;
}
div#nav {
width: 18%;
height:350px;
padding: 3px;
margin-top: 1px;
float: left;
font-size:x-small;
font-weight:300;
}
a:link {
text-decoration: none;
color: #66FFFF;
}
a:visited {
text-decoration: none;
color: #66FFFF;
}
div#footer {
padding: 15px;
margin: 0px;
border-top: thin solid #000000;
font-size:x-small;
font-weight:300;
}
div#footer ul li{
color : #66FFFF;
background-color : transparent;
display: inline;
}

div#footer ul li a{
color: #66FFFF;
background-color : transparent;
text-decoration : none;
}

div#footer ul li a:hover{
text-decoration : underline;
color: red;
}
-->
</style>

