body {
	background-color: ;
	background-image: url(../../images/grad1.jpg);
	background-size: ;
	}
		
.header {
    padding: 0px;
	background-color: #5c5c5c;
	background-image:  url(../../images/stnlogo.png),url(../../images/headback.png);
	background-size: auto,auto;
    background-repeat: no-repeat;
	background-origin: content-box;
	border-bottom: 5px solid #262262;
	color: #ffffff;
    text-align: left;
	width: 100%;
	height: 130px;
	
}
	
.landing {	
	width: 100%;
	border-style: solid; 
	border-width: 2px; 
	border-color: #262262; 
	border-radius:10px; 
	-webkit-border-radius:10px; 
	moz-border-radius:10px;
	padding: 20px;
	
	
	
}



}