﻿body
{
    margin: 0px;
    padding: 0px;
    background-color: #544C4A;
    font-family:Tahoma, Geneva, sans-serif;
    font-size:14px;
}

.clearfloat
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#main_container
{
     width:800px;
     margin-left:auto;
     margin-right:auto;
     background-image:url('../images/LPBTix_BG.jpg')
}

#masthead
{
     width:800px;
     height:302px;
}

#content
{
     width:704px;
     padding:48px;
}

#footer
{
     width:800px;
     height:50px;
}

