/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html, body {
	scrollbar-face-color: #707070;
	scrollbar-highlight-color: #5f5f61;
	scrollbar-3dlight-color: #bfbfbf;
	scrollbar-darkshadow-color: #5f5f61;
	scrollbar-shadow-color: #bfbfbf;
	scrollbar-arrow-color: #bfbfbf;
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-color:#5f5f61;



}



div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */


}

div#header {
	background: url('../img/header.jpg') repeat-x;
	background-position: 50% 50%;
	padding:0px;
	width:100%;
	height:126px;

}


div#content {

	padding-bottom:63px; /* bottom padding for footer */
	border: 0px solid #ff0000;


}


div#footer {
	background: url('../img/header.jpg') repeat-x;
	background-position: 0% 25%;
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;
		
}

.border {
border: white 20px solid

}

.border:hover {
border: #e5e5e5 20px solid

}


.border_intro {
border: white 20px solid

}