body {
    font-family: "Lucida Grande",verdana,tahoma,arial;
    font-size: 80%;
    font-weight: normal;
    line-height: 1.2em;
    background-color: white;
    text-align: center;
    color: #191970;
    margin: 0px;
    padding: 0px;
}

#stage {
    background-image: url(twtshirt_header_790x500.png);
    background-position: top right;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    width: 800px;/* Change value to suit*/
    text-align: left; /* Overrides the previously set center alignment that older IE versions reqd */
}

h1, h2, h3, h4, h5, h6 {
    font-family: georgia,"times new roman",helvetica,verdana,"sans serif";
    letter-spacing:-0.2px; /* it isn't web 2.0 otherwise, right? ;) */
    line-height: 1.05em;
    font-weight: normal;
}

#header {
    height: 400px;
    text-align: right;
}

#main {
}

#main p {
    background-color: white;
}

#footer {
    min-height: 400px;
    padding: 15px;
}

#social, #about {
    border: 3px dotted #4169e1;
    padding: 10px;
    min-height: 300px;
}

#social{
    width: 490px;
    margin-right: 15px;
    float: left;
}

#about {
    width: 210px;
    float: right;
}

#subscription {
    margin-left: 200px;
}

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 
