@charset "utf-8";
/* CSS Document */
span {
visibility: hidden;

}

html, body, div, a, p, img {

margin: 0;
padding: 0;
text-decoration: none;
border: none;
}




body {
background-color: #000000;
}

div#div_center {
background-color: #FFFFFF;
width: 690px;
height: auto;
margin: 10px auto;
}

div#div_impress{

width: 690px;
height: auto;
margin: 10px auto;
}

div#div_head {
background-image: url(img/bg_head.jpg);
width: 690px;
height: 160px;

}
div#div_cover {
background-image: url(img/bg_cover.jpg);
float:left;
width: 260px;
height: 250px;
}
div#div_player {
display: inline;
float:left;
width: 400px;
height: 240px;
}

div#div_text {
clear:left;
width: 690px;
height: 130px;
background-image: url(img/bg_text.jpg);

}

div#div_footer {
width: 690px;
height: 35px;
background-image: url(img/bg_footer.jpg);
}

h1, h2, h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
color: #CCCCCC;
} 

p {
padding: 10px 5px;
}

a, p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #CCCCCC;
}

img.img_link {
margin-left: 260px;

}

