/******************************************************************************
 *** MAIN AREA
 *****************************************************************************/

#main_content
{
    position: relative;
	color: Black;
	height: 600px;
    background: Black url("/images/main-edges-black.png") repeat-y;
}
#main_content p
{
	font-size: 16px;
}
#main_bottom
{
    width: 782px;
    height: 20px;
    background: url("/images/main-bottom-black.jpg") no-repeat top left;
}
#main_text
{
	color: White;
    font-size: 13px;
	width: 380px;
    margin-right: 50px;
}
#main_image
{
    position: absolute;
    top: 0px;
    left: 2px;
	width: 380px;
}
#main_text h1
{
    background: url("/images/enter-to-win-headline.gif") no-repeat top left;
	height: 120px;
	width: 356px;
	margin-top: 0px;
	margin-left: -7px;
}
#main_text h2
{
    font-size: 18px;
}
#main_text a
{
	color: white;
}
#stores
{
	position: absolute;
	top: 500px;
	left: 10px;
	color: white;
}
#stores p
{
	margin-bottom: 3px;
	font-size: 12px;
	margin-bottom: 2px;
}
#stores h2
{
	font-size: 16px;
	margin-bottom: 2px;
}
#indicate-required
{
	text-align: right;
	font-style: italic;
	overflow: hidden;
	color: white;
	margin: 0 9% 0 0;
}
#details
{
	text-align: center;
	font-size: 9px;
	text-decoration: none;
	color: white;
}
#details a visited
{
	color: white;
}
#details a 
{
	color: white;
}
#form
{
	margin-left: 1px;
	padding: 10px;
	border-width: 1px;
	border-color: white;
	border-style: solid;
}
span.label,span.spacer,span.multiple span {width:130px;float:left;} 
span.multiple {margin-left: 130px;float:left;} 
span.button {padding-left:130px;} 