
body{
padding:0;
margin:0;
font-size:76%;
font-family: verdana,tahoma,sans-serif;
background:black;
color:#303030;
}

a{
text-align:center;
text-decoration:none;
background-color:inherit;
font-weight:bold;
color:white;
}

a:hover{
text-align:center;
background-color:green;
color:#303030;
}

table{
background-color:black;
width:100%;
height:100%;
color:white;
text-align:center;
position:center;
}

td{
font-size:16px;
}

th{
font-size:20px;
font-weight:thick;
}

h1{
margin:0;
font-family:stencil, crass, papyrus, impact;
font-size:5em;
text-align:center;
font-weight:bold;
color:#CC0033;
}

h2{
margin:5px 0 10px 0;
font-size:1.6em;
letter-spacing:-1px;
font-weight:normal;
}

p{
color:white;
line-height:1.3em;
}

img{
float:center;
}


#container{
position:relative;
width:90%;
height:90%;
margin-top:3%;
margin-left:3.5%;
margin-bottom:1%;
padding:0px;
background:black;
color:#303030;
border:1em ridge #505050;
}

#test_head
{
position:relative;
text-align:center;
}

#test_head .test_row
{
display: inline;
position:relative;
}

#header{
float:center;
width:80%;
height:20%;
margin-top:3%;
padding-top:0.3%;
padding-bottom:1.2%;
margin-left:9%;
margin-bottom:2%;
background:inherit;
border:0.5em ridge #505050;
}

#logo_left{
float:left;
width:20%;
height:20%;
background-color:blue;
}

#title{
float:center;
width:40%;
height:20%;
background-color:white;
}

#logo_right{
float:right;
width:20%;
height:20%;
background-color:blue;
}

#gigs{
float:center;
width:100%;
height:100%;
padding-bottom:5%;
background-color:black;
}

#home{
float:center;
width:10%;
height:10%;
margin-top:3%;
margin-left:47.8%;
background-color:black;
}

#copyright{
float:right;
width:10%;
height:10%;
}