/* Sackcast beta stylesheet by DanC
   Liquid blue style
*/
   
body {
	background:#CEF url('images/main.jpg') no-repeat top;
	font-family: Arial, sans-serif;
	font-size: 15px;
	color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
}
            
#mainContainer {
	height: 560px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 165px;
	*padding-bottom:334px;
	background-image: url('images/container.png');
	background-position: center top;
	background-repeat: no-repeat;
}

.style1 {
	font-size: 16pt;
	font-weight: bold;
}
