html {
  height: 100%;
}

body{
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #CDBF6A;
}

header {
	background-color: #CDBF6A;
	border-top: 20px;
	padding-left: 10%;
	padding-right: 10%;
}

main {
	background-color: white;
	padding-right: 10%;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}

footer {
	background-color: #CDBF6A;
	padding-top: 20px;
	padding-bottom: 20px;
}

#logo{
	margin-top: 75px;
	height: 100px;
}

#Xpicture{
	height: 250px;
}

#banner {
	
	background-size: contain;
	height: 50px;
	width: 100%;
    background-image: url('banner.png');
    background-repeat: repeat-x;
}