@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
ul {
	font-size : 10pt;
	font-family : "Myriad Pro", Helvetica, Arial, sans-serif;
	color : #000000;
	list-style-image: url(images/puzzle_piece.png);
}


#container {
	width: 770px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}
#header {
	height: 100px;
	background: #FFFFFF url(images/logo.jpg) no-repeat left bottom;

} 
#crazyMonday {
	background: url(images/crazy_monday.gif) no-repeat left bottom;
	height: 44px;
}
#cow {
	background: url(images/cow.jpg) no-repeat center bottom;
	height: 377px;
}


#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#mainContent {
	padding: 0 20px;
	background: url(images/credit_card.gif) no-repeat right bottom;
}
#buttonTop {
	float: right;
	height: 47px;
	width: 165px;
	position: relative;
	padding-top: 40px;
	margin-right: 15px;
	display: block;
}


.bold {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

#blueBox {
	background: url(images/blue_box.gif) no-repeat left bottom;
	height: 288px;
	width: 528px;
}
#aboutText {
	margin-left: 12px;
}


#footer {
	padding: 0 10px;
	background:#DDDDDD url(images/footer.gif) repeat-x;
	height: 56px;
	clear: both;
} 
#footer p {
	margin: 0; 
}

#button {
	width: 165px;
	height: auto;
	padding-top: 15px;
	display: block;
	float: left;
}
#mainContent2 {
	padding: 0 20px;
}
#cowRules {
	background: url(images/cow_rules.jpg) no-repeat center bottom;
	height: 347px;
}
#win {
	display: block;
	float: right;
	height: 85px;
	width: 240px;
	padding-top: 10px;
}

