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

body{
background-color:#000000;}

#img{
height:285px;
width:426px;
margin:0 auto 0 auto;
background-image:url(../images/djoons.jpg);
background-repeat:no-repeat;}

#text{font-family:Arial, Helvetica, sans-serif;
font-size:10px;
width:300px;
height:auto;
margin: 0 auto 0 auto;
text-align:center;
border-top: 1px dashed #666666;
padding:5px;}

a:link, a:visited, a:active{font-family: Arial, Helvetica, sans-serif; font-size:11px; font-style: normal; color: #666666;text-decoration: none;}	
a:hover {font-family: Arial, Helvetica, sans-serif; font-size:11px; font-style: normal; color: #ffffff;text-decoration: underline;}
