body, html {    
     height:100%;    
}

body {
	font-family: sheep_sans;
    font-size:1em;
    line-height:1.5em;
    letter-spacing:0;
   
    /*
    background-color: #F7F5E8;
    */
   background-color: #505050;
	background-image: url('images/b3-6-v2a.png');
	background-size: 100% auto;
    background-attachment: fixed;
    background-position: 0px 0px;
    background-repeat: no-repeat;
}


#wrapper {
	width: 75%;
	min-height:580px;
	min-width: 740px;
	background-color: rgba(0,0,0,0.1);

	margin: auto;    

	border-width: 10px;
	border-style: solid;
	border-color: rgba(0,0,0,0.1);

	}
	
#main_section {
	width: 100%;
	min-height: 500px;
	background-color: rgba(0,0,0,0.1); 
}	

#content {
/*
	background-color: rgba(118,143,220,0.5);
	*/
	background-color: #F7F5E8;
	padding:10px;
	min-height:560px;
	text-align: center;
	color:#242625;
}

.smallText {
	font-size: 0.8em;
}

.largeText{
	font-size: 1.3em;
}

.materialText {
	color:#242625;
	font-size: 0.75em;
}
