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


html, body {
	height: 100%;  /* needed for #container min-height */
}


html {
	overflow-y: scroll;
}


body, a {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	
	line-height: 150%;
}


body {
	background: #ffffff url(images/background.png) repeat-x bottom;
	
	color: #4f4f4f;
}


a {
	color: #f8b336;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


img {
	border: none;
}


#container,
#footer {
	width: 900px;
	
	margin: 0 auto;
}


#container {
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */
	
	margin: 0 auto;
	
	background: url(images/content_background.png) repeat-y;
	
	position: relative;
}


#picture {
	position: absolute;
	top: 100px;
}


#content {
	font-size: 16px;
	
	position: absolute;
	top: 190px;
	left: 300px;
}


#content .tall {
	font-size: 42px;
	
	line-height: 110%;
	
	display: block;
}


#footer {
	height: 150px;
	
	background: url(images/footer_background.png) no-repeat;
	
	position: absolute;
	bottom: 0px; /* stick to bottom */
}


#footer .text {
	text-align: right;
	
	margin-top: 30px;
	margin-left: 750px;
	
	position: relative;
	
	z-index: 1;
}


#footer .text a {
	color: #737373;
	text-decoration: none;
}


#footer .text a:hover {
	color: #f8b336;
	text-decoration: none;
}


#footer .text img {
	margin-right: -16px;
}


#footer_left-right {
	width: 100%;
	
	position: absolute;
	bottom: 0px;
}


#footer_left-right .left,
#footer_left-right .right {
	background: #ffffff;
	
	float: left;
}


#footer_left-right .left {
	width: 70%;
	height: 105px;
	
	margin-top: 42px;
}


#footer_left-right .right {
	width: 30%;
	height: 145px;
}