* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color: #000000;
 background-image: url(images/bg-body.png);
 background-repeat: repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 background-color: #e6e6e6;
 background-image: url(images/bg.png);
}
#header {
 color: #333;
 width: 800px;
 float: left;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 height: 234px;
 background-image: url(images/header.jpg);
}

#header2 {
 background-color: #99cccc;
 width: 800px;
 float: left;
 height: 36px;
 margin: 0px 0px 0px 0px;
}

#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 margin: 0px 0px 0px 0px;
 width: 224px;
 float: left;
}

#player{
 width: 224px;
 height: 142px;
 text-align: center;
 background-image: url(images/player-bg.jpg);
}

#release{
 width: 222px;
 height: 207px;
 background-image: url(images/release.png);
 border: solid 1px #e6e6e6;
}

#buzz_factor{
 width: 224px;
 background-image: url(images/buzz_factor2.png);
}

#buzz_header{
 width: 224px;
 height: 42px;
 background-image: url(images/buzz_header.png);
}

#buzz_footer{
 width: 224px;
 height: 39px;
 background-image: url(images/buzz_footer.png);
}

#rightcolumn { 
 float: right;
 color: #333;
 border: 0px solid #ccc;
 background: #ffffff;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 width: 576px;
 display: inline;
}

#container{
 margin-left: 40px;
 margin-right: 40px;
 width: 496px;
}

#footer { 
 width: 800px;
 height: 50px;
 clear: both;
 background: #006766;
}

p {
margin-top: 10px;
}

#photo{
 margin-top: 0px;
 margin-left: 451px;
}

#photo2{
 margin: 59px 0 0 0;
 margin-left: 48px;
}

#buzzcontainer{
 padding: 0px 35px 10px 35px;
 border: solid 0px #ccc;
 background-image: url(images/buzz_container.png);
}

#buzzcontainer a{
 text-decoration: none;
}
