﻿body{
background-color: #000000;
background-repeat: repeat;
}

.postcard{
position: absolute;
TOP: 10PX;
LEFT: 10PX;
background-image: url("./images/modified_backdrop.png");
width:1024px;
height:605px;
z-index: 1;
}


div#player{
position: absolute;
TOP: 195PX;
LEFT: 55PX;
width:712px;
height:308px;
z-index: 2;
background-color: #000000;

}


.list{
position: absolute;
TOP: 170PX;
LEFT: 80PX;
z-index: 2;
font-family: arial;
font-variant: small caps;
background: #000000;
}


ul{
position: absolute;
top: 60px;
left: 460px;
margin: 0px;
padding: 0px;
list-style-type: none;
z-index: 2;
};

li{
margin: 1px 0 0;
}

a {
display: block;
width:380px;
padding: 4px 2px 2px 10px;
background: #000000;
line-height: 13px;
font-variant: small-caps;
font-family: arial;
font-size: 15;

text-decoration: none; /*lets remove the link underlines*/
}

a:link, a:active, a:visited{
color: #676767;
}

 a:hover{
border: 1px solid #000000;
background: #333333;
color: #ffffff;
}

.client{
color: #ffffff;

}

image1{
position: absolute;
top: 10px;
left: 10px;
}

.image{

position: absolute;
top: 570px;
right:5px;
background-image: url("./images/webbirdribbon.png");
width:571px;
height:164px;
z-index: 2;
}
