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


body {
	background-color: #d3bab2;
	text-align: center;
	font-family: Arial;
	background-image:url(../ChxImages/Background.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment:scroll;
}
#LogoLinkContainer {
	position:relative;
	margin-top:100px;
}
#ChickenContainer {
	margin-top:100px;
	position:absolute;
	width:550px;
	height:590px;
}
#LookingUp {
	background-image:url(../ChxImages/LookingUp.png);
	width:550px;
	height:590px;
	margin-top:0px;
}
#LookingDown {
	background-image:url(../ChxImages/LookingDown.png);
	width:550px;
	height:590px;
	margin-top:0px;
	margin-left:0px;
}
#winking {
	background-image:url(../ChxImages/winking.png);
	width:550px;
	height:590px;
	margin-top:20px;
}
#userContent {
	margin-top:50px;
}
.style1 {color: #990000}
.style3 {color: #330000;
	font-style: italic;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style4 {color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.style5 {font-family: Verdana, Arial, Helvetica, sans-serif}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #cc6600;
}
a:active {
	text-decoration: none;
	color: #cc6600;
}
#contentLeft {
	position: relative;
	left:-320px;
	height:425px;
	width:350px;
}
#contentRight {
	position:relative;
	right:-200px;
	top:-420px;
	text-align:left;
	width:600px;
	height:420px;
	overflow:scroll;
	border: 1px black solid;
}
#movieContainer {
	position:relative;
	right:-200px;
	top:-420px;
	text-align:left;
	width:600px;
	height:420px;
	overflow:none;
	border: 0px black solid;
}
h1 {
	font-size:16px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#contentScroll {
	color:#666666;
	font-size:15px;
}
#flachContainer {
	margin-top: 0px;
}
#footerButton {
	clear:both;
	padding-top: 10px;
	margin-top:-400px;
}
#footerButton ul {
	text-align: center;
	font-family: arial;
}
#footerButton ul li {
	background-color:#CCCCCC;
	display: inline;
	list-style-type: none;
	padding: 5px 10px;
	width: 190px;
}
#footerButton ul li a {
	color: #333333;
	font-size:10px;
	text-decoration: none;
}
#footerButton ul li a:hover {
	color: #869932;
}
