/* CSS Document */

body {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	border: none;
}

a:hover {
	text-decoration: none;
	color: #0000FF;
	border: none;
}

#main_container {
	width: 975px;
	height: 690px;
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
}


#container {
	width: 975px;
	height: 690px;
	padding: 0;
	position: absolute;
	display: table;
	background: url(../images/main_bg1.jpg) no-repeat right;
}

#top_logo {
	width: 307px;
	height: 193px;
	position: absolute;
	left: 60px;
	top: 15px;
}
	
#pig_space {
	width: 120px;
	height: 101px;
	position: absolute;
	left: 425px;
	top: 45px;
	z-index: 2;
}

#contact_pig {
	width: 167px;
	height: 452px;
	position: absolute;
	left: 461px;
	top: 27px;
	text-align: right;
}

#events_pig {
	width: 168px;
	height: 200px;
	position: absolute;
	left: 300px;
	top: 373px;
}

#lil_piggies {
	width: 205px;
	height: 457px;
	position: absolute;
	left: 770px;
	top: 0;
}

#specials_pig {
	width: 210px;
	height: 142px;
	position: absolute;
	left: 50px;
	top: 221px;
}

#photo_pig {
	width: 229px;
	height: 190px;
	position: absolute;
	left: 0px;
	top: 437px;
	text-align: left;
}

#links_pig {
	width: 130px;
	height: 125px;
	position: absolute;
	left: 287px;
	top: 546px;
}

#footer {
	width: 945px;
	height: 20px;
	display: table;
	padding: 50px 15px 50px 15px;
	text-align: center;
	margin: 0 auto 0 auto;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}

