body {
margin:0;
background-color:#01182a;
color:#CCCCCC;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:500;
text-align:left;
font-style: normal;
list-style:none;
}

#menu {
position:absolute;
top:200px;
width:306px;
border-right:#FFFFFF dotted 1px;
}

#text {
position:absolute;
left:350px;
top:210px;
width:380px;
}

#image {
padding:8px;
color:#666666;
font-size:10px;
font-weight:bolder;
position:absolute;
left:999px;
top:266px;
width:120px;
}

a:link {
color:#FF0000;
text-decoration: none;
}


a:visited {
color:#FF0000;
text-decoration: none;
}

a:hover {
text-decoration:underline ;
color:#FFFFFF;
}

#footer {
background:#000000;
width:100%;
height:20px;
}

