@charset "utf-8";
/* CSS Document */
body
{
margin:0px;
padding:0px;
text-align:center;
/*
background-image:url(backgrounds/index-back.jpg);
*/
background-position:top center;
background-repeat:no-repeat;
background-color:#000000;
}
.wrap
{
margin:auto;
padding:0px;
width:1000px;
}

a {color:#CCC; text-decoration:none;}
a:visited {color:#CCC;}
a:active {color:#CCC;}
a:hover {color:#CCC; text-decoration:underline;}

