@charset "UTF-8";
/* CSS Document */

#container {
	width: 968px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#banner #button1 {
	position: absolute;
	height: 126px;
	width: 126px;
	left: 50px;
	top: 38px;
}
#banner #button2 {
	position:absolute;
	height: 126px;
	width: 126px;
	left: 226px;
	top: 38px;
}
#banner #button3 {
	position: absolute;
	height: 126px;
	width: 126px;
	left: 402px;
	top: 38px;
}

#main_image {
	background-image: url(images/cow_bkd.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 450px;
	width: 968px;
}
#main_text  {
	position: absolute;
	height: 350px;
	width: 768px;
	left: 100px;
	top: 50px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#main_text h2{
	color:#FF0000;
	text-align:center;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#main_text h3{
	text-align:center;
}
#main_text p{
	text-align:center;
	font-size:18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
