/* CSS Document */


body
{

background: black url('');
background-position: 00px 00px;
background-repeat: repeat;
cursor:crosshair;

}


#bigwrapper

{

position: absolute;
margin :0 auto ;
margin-top : 0px;
left: 50%; margin-left:-425px;
border-style: solid;
border-width: 0px;
width :850px ;
height : 530px ;
background: transparent;
background: url('bk.jpg');

}


#wrapper

{

position: absolute;
margin :0 auto ;
margin-top : 100px;
left: 50%; margin-left:-350px;
border-color: #CC0099;
border-style: solid;
border-width: 1px;
width : 700px ;
height : 370px ;
background: transparent;

}

#content

{

position : absolute;
margin: 0 auto;
margin-top :50px;
margin-left: 250px;
border-color: #CC0099;

border-style: dashed;
border-width: 1px;

padding-right: 00px;
width : 420px ;
height :300px ;
overflow:no;
background : transparent;

}

#logobox

{

position : absolute;
margin: 0 auto;
margin-top : -20px;
margin-left: 30px;
border-color: #CC0099;
border-style: solid;
border-width: 1px;
width : 200px ;
height : 410px ;
background : black ;

}

#navigator

{

padding-left: 5px;
padding-top: 01px;
position :absolute;
margin: 0 auto;
margin-top : 10px;
margin-left: 250px;
border-color: #CC0099;
border-style: solid;
border-width: 1px;
width : 425px ;
height : 20px ;
background : transparent ;
text-align:center;
}

#menu

{

color : #CC0099;
font-family: trebuchet ms,arial,verdana;
font-size: 09px;
font-weight: normal;

}

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

a:hover
{
color:black; 
text-decoration:none;
}