﻿/* CSS Document */
@font-face{font-family: HappyKiller; src: url("../fonts/HappyKiller.ttf");}
@font-face{font-family: scrgunny; src: url("../fonts/scrgunny.ttf");}
body{
background: #000000 url(../images/back.jpg) no-repeat center top;
color: rgb(255,153,0);
font-family: Tahoma, Geneva, Verdana, sans-serif;
font-size: 14px;
}
#center_body{
width: 980px;
margin: auto;
padding-top: 40px;
}
#left_side{
width: 280px;
float: left;
background-color: rgb(0,0,0);
}
#right_side{
width: 700px;
float: right;
padding-top: 15px;
margin: 0 auto;
text-align: justify;
}
img.bud{
background-color: rgb(0,0,0);
height: 250px;
width: 250px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
border-radius: 5px;

-moz-border-radius: 5px;

-webkit-border-radius: 5px;
}
img.fb{
background-color: rgb(0,0,0);
}
img.band{
width: 32px;
height: 32px;
background-color: rgb(0,0,0);
}
img.album{
border: medium solid rgb(255,153,0);
border-radius: 20px;

-moz-border-radius: 20px;

-webkit-border-radius: 20px;
width: 175px;
height: 175px;
}
#album_arts{
width: 175px;
position: relative;
left: 150px;
top: 80px;
text-align: center;
font-weight: bold;
}
#menu{
height: 30px;
font-size: 22px;
font-family: "HappyKiller";
color: rgb(255,153,0);
text-align: center;
}
a.menu{
  padding-left: 5px;
  padding-right: 10px;
  text-decoration: none;
  color: rgb(255,153,0);
}
a.menu:hover{
  color: rgb(255,102,0);
}
a{
 text-decoration: none;
}
#links{
float: left;
margin-top: 20px;
margin-left: 10px;
}
.cleaner{
clear: both;
}
#upcoming{
padding-left: 50px;
}
