@charset "UTF-8";
/* CSS Document */
/*	blue: 253b61
	yellow: f5ec49
*/

html,  body {
	height:100%;
}
#container {
	min-height:100%;
	position:relative;
/*
	background-image: url(../assets/sky.jpg);
	background-position: center top;
	background-repeat: repeat;
*/	
}

#wrapper {
	width: 840px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;

}

#topbar {
	width: 810px;
	background-image: url(../assets/bgtop3.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-right: 20px;
}

#middle {
	padding-bottom:200px;	/* Height of the footer */
}

#body {
	min-height: 650px;
	padding-bottom: 15px;
	background-image: url(../assets/bg3.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-right: 25px;
	padding-left: 5px;
}

#home #body {
	min-height: 400px;
	padding-bottom: 15px; 
	background-image: url(../assets/bg3.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 4px;
}
 
#botbar {
	vertical-align: bottom;
	position:absolute;
	bottom:0;
	height:200px;			/* Height of the footer */
	
	
	background-image: url(../assets/bgbot.png);
	background-position: center 30px;
	background-repeat: no-repeat; 
	width: 810px;
	padding-right: 21px;
	padding-left: 8px;
}




/* HEADER AND FOOTER */


#header {
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

#footer {

}

#body-background {
	background-color: #076cb7;
}

	