﻿body
{
    background-color: #ccc;
    font-family: arial;
}
img
{
    border: 0;
}
h1
{
    font-size: 1px;
    position: absolute;
    left: -1500px;
    top: -1500px;
}
h2
{
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
}
a
{
    color: #039;
}
a:link
{
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
p
{
    font-size: 14px;
}
.center
{
    text-align: center;
}
.text
{
    width: 300px;
    margin: 0 auto;   
}
#main-content
{
    background-color: #999;
    color: #000;
    width: 800px;
    height : 520px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
}
#container
{
    background-color: #fff;
    color: #000;
    width: 780px;
    height: 520px;
    margin: 0 auto;
}
#header
{
    width: 800px;
    height: 89px;
    padding: 0;
    background-color: #fff;
    text-align: center;
}
#footer
{
    width: 800px;
    height: 75px;
    margin-bottom: -30px;
    padding: 0;
    background-color: #fff;
    text-align: center;
}
#corners
{
    background: #ffffff;
    width: 800px;
    margin: 0 auto;
}
#insideleft
{
    float: left;
    width: 370px;
    margin: 0;
    padding: 10px;
}
#insideright
{
    float: right;
    width: 370px;
    margin: 0;
    padding: 10px;
}
#flashPlayer
{
    text-align: center;
}
.smallfont
{
    font-size: 10px;
}
.cornerstop div
{
    background: url(http://www.bluntguitar.com/_img/tl.png) no-repeat top left;
}
.cornerstop
{
    background: url(http://www.bluntguitar.com/_img/tr.png) no-repeat top right;
}
.cornersbottom div
{
    background: url(http://www.bluntguitar.com/_img/bl.png) no-repeat bottom left;
}
.cornersbottom
{
    background: url(http://www.bluntguitar.com/_img/br.png) no-repeat bottom right;
}
.cornerstop div, .cornerstop, .cornersbottom div, .cornersbottom
{
    width: 100%;
    height: 30px;
    font-size: 1px;
}
.up30
{
    margin-top: -30px;
}
.clear
{   
    clear: both;
}