* {
margin:0;
padding:0;
}
body {
color:#FFFFFF;
background: url(bg.jpg) repeat-x top left #4e0690;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}
#main {
width:960px;
margin:auto;
overflow:auto;
}
#logo {
background:url(header.jpg) no-repeat;
height:100px;
text-align:center;
}
#content {
margin-top:16px;
padding:20px;
}
#col1{
float:left;
width:180px;
color:#FFFFFF;
}
#col2{
width:560px;
float:left;
}
#col3{
width:180px;
float:left;
color:#FFFFFF;
}
#footer {
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	margin-top:40px;
	clear:both;
}
a.lift {
background:url(icon_yellow.png) no-repeat;
width:60px;
height:61px;
display:block;
margin:0 auto;
}
a:hover.lift  {
background:url(icon.png) no-repeat;
width:60px;
height:61px;
display:block;
}
#frame {
background:url(frame.png) no-repeat;
padding-top:66px;
width:450px;
margin:0 auto;
height:384px;
}
.yeah {
border:solid;
border-color:#FFFFFF;
border-width:5px;
}
a {
color:#FFFFFF;
}
