
body { 
background : #000000; 
margin : 0;
padding : 0;
text-decoration : none;
}

#center 
{
width : 900px;
margin-left : auto; 
margin-right : auto;
} 

#main 
{
width : 900px;
height : 700px;
background : url('graphics/background.png') no-repeat;
padding : 0; 
margin : 20px 0 0 0;
}

#player
{
position : relative;
display : block;
width : 380px;
height : 173px;
top : 330px;
left : 46px;
background : 0;
padding : 0; 
margin : 0;
}

#youtube 
{
position : relative;
display : block;
width : 35px;
height : 35px;
top : 33px;
}

#twitter 
{
position : relative;
display : block;
width : 35px;
height : 35px;
top : 50px;
}

#facebook 
{
position : relative;
display : block;
width : 35px;
height : 35px;
top : 70px;
}

#myspace 
{
position : relative;
display : block;
width : 35px;
height : 35px;
top : 90px;
}

 
 
