* {
	margin: 0px;
	padding: 0px;
	outline:none;
}

html { background: url(images/leopard.jpg) repeat center top; }

p {
	margin-bottom: 1em;
	font: 14px/1.5em Helvetica, Arial, sans-serif;
	text-align: justify;
}

body {
	background: url(images/shadow_body_bottom.png) repeat-y scroll center bottom;
	padding-bottom: 73px;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:-16px;
	position: relative;
}

#logo {
	background: url(images/header.png) no-repeat center top;
	display: block;
	width: 900px;
	text-indent: -9999px;
	height: 342px;
}

#content {
	background: #FFF url(images/corners.png) no-repeat center top;
	width: 900px;
	padding-bottom: 30px;
}

#footer {
	height: 82px;
	width: 900px;
	background: url(images/footer.png) no-repeat center top;
}

#anton {
	background: url(images/anton.png) no-repeat left top;
	display: block;
	position: absolute;
	width: 328px;
	height: 481px;
	right: 20px;
	top: 137px;
}

ul { list-style: none; }

#biglinks li {
	height: 52px;
	margin-bottom: 4px;
	width: 800px;
	display: block;
	margin-left: 50px;
}

#juice_link a{
	text-indent: -9999px;
	display: block;
	background: url(images/links.png);
	height: 52px;
	width: 500px;
}

#twitter_link a {
	background: url(images/links.png) left -56px;
	display: block;
	height: 52px;
	width: 500px;
	text-indent: -9999px;
}

#facebook_link a {
	background: url(images/links.png) left -112px;
	height: 52px;
	width: 500px;
	display: block;
	text-indent: -9999px;
}

#myspace_link a
{
	background: url(images/links.png) left -168px;
	height: 52px;
	width: 500px;
	display: block;
	text-indent: -9999px;
}

#juice_link a:hover { background: url(images/links.png) right top; 	
}

#twitter_link a:hover {
	background: url(images/links.png) right -56px;
}

#facebook_link a:hover {
	background: url(images/links.png) right -112px;
}

#myspace_link a:hover {
	background: url(images/links.png) right -168px;
}

#footer p {
	text-align: center;
	color: #999;
}

.bigger {
	font-size: 1.3em;
	color: #000;
}

.body_image_right {
	float: right;
	margin-left: 20px;
}

.body_image_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#footer p a {
	color: #666;
	text-decoration: none;
}
