body{
margin:0;
padding:0;
background-image:    url("/examples/pin-and-win/images/page-gradiant.gif");
font-family:Verdana, Arial, Helvetica, sans-serif;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 774px; /*Width of main container*/
height:auto;
margin: 0 auto; /*Center container on page*/
background-color:#FFFFFF;
z-index:1;
}

#topsection{
background: #EAEAEA;
background:     url("/examples/pin-and-win/images/sp-2.png") no-repeat;
height: 220px; /*Height of top section*/
text-align:right;
border-bottom:1px solid #9900CC;
}

#topsection img{
	width:345px;
	height:170px;
	z-index:1;
	position:relative;
	padding:0;
	margin: 0 auto; /*Center container on page*/
	left: 0px;
	top: -30px;
}

#topsection h1{
margin: 0;
padding-top: 0px;
padding-left:175px;
}

#contentwrapper{
float: left;
width: 100%;
}
/*Use Content Column Only for a singel whole page column */
#contentcolumnonly{
margin: 0 20px 0 0px; /*Margins for content column. Should be "0, Right Column Width, 0, Left Column Width*/
}
/*Use Content Column Left for a two column layout with a small lefthand column */
#contentcolumnleft{
margin: 0 15px 0 225px; /*Margins for content column. Should be "0, Right Margin Width, 0, Left Column Width*/
}
/*Use Content Column Right for a two column layout with a small righthand column */
#contentcolumnright{
margin: 0 240px 0 50px; /*Margins for content column. Should be "0, Right Column Width, 0, Left Margin Width*/
}
/*Use Content Column Three for a three column layout with a small righthand and lefthand columns */
#contentcolumnthree{
margin: 0 240px 0 225px; /*Margins for content column. Should be "0, Right Column Width, 0, Left Column Width*/
}




#leftcolumn{
float: left;
width: 231px; /*Width of left column in pixel*/
margin-left: -774px; /*Set margin to that of -(MainContainerWidth) for matched edges or lees to move it in towards the middle*/
background: #FFFFFF;
/*border:1px solid blue;*/
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -240px; /*Set left margin to -(RightColumnWidth)*/
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
background-color:#CC99FF;

text-align: center;
padding: 4px 0;
z-index:2;
}

#footer a{
color:#FFFFFF;
}

