@charset "utf-8";
/* CSS Document */


*{
margin:0px;
padding:0px;
}



body{
margin:0;
padding:0px;
background-color:#000000;
}

#wrapper{
position:static;
margin:0px;
padding:0px;
width:1000px;
background-image:url(images/vsc_bki.jpg);
background-repeat:no-repeat;
overflow:auto;
}

#content{
position:static;
margin:0px;
padding-left:50px;
padding-top:200px;
width:700px;
font-family:"Courier New", Courier, monospace;
overflow:auto;
}




#links{
position:relative;
width:175px;
margin:0px;
padding-top:300px;
}

#footi{
position:relative;
background-image:url(images/scv_scape.png);
background-position:bottom;
width:875px;
height:132px;
}

a{
text-decoration:0px;
}