body {
margin:0px;
background-color:#000000;
background-image:url('../images/tlo.jpg');
background-position:top center;
background-repeat:no-repeat;
}

#menu {
position:absolute;
z-index:2;
visibility:visible;
top:0px;
left:0px;
/*background-image:url('../images/menu2.png');
background-repeat: no-repeat;*/
width:380px;
height:40px;
}

#menu a {
color:#cccccc;
font-family: arial;
font-size: 15px;
text-decoration:none;

}

#menu a:hover {
text-decoration:underline;
}


#bp {
position:relative;
z-index:1;
visibility:visible;
top:600px;
width:750px;
margin-left:auto;
margin-right:auto;
}

#content {
position:relative;
z-index:3;
visibility:visible;
top:60px;
margin-left:auto;
margin-right:auto;
width:790px;
height:470px;
background-image:url('../images/content.png');
background-repeat: no-repeat;
overflow:auto;
}

#content p {
color:#bbbbbb;
margin:0px 20px 20px 0px;
font-family:trebuchet ms;
font-size:14px;
text-align:justify;
}

h1 {
padding:-5px;
margin-bottom:0px;
}

p {
padding-top:-5px;
margin-top:-5px;
margin-bottom:-5px;
}

#bp a {
color:#cccccc;
font-family: trebuchet ms;
font-size: 15px;
text-decoration:none;
font-weight:bold;
}

#bp a:hover {
text-decoration:underline;
}