@charset "utf-8";
/* CSS Document */
/* #section{
	background-image:url(../images/section.png);
	height:350px;
	width:100%
} */
@media screen 
  and (min-width: 1200px) { 
#section{ 
    background-image:url(../images/section1.jpg);
	height:500px;
	width:100%;
}}
@media only screen and (min-width:700px) and (max-width:1200px){
#section{  background-image:url(../images/section-2.jpg);
	height:550px;
	width:100%;
	background-repeat:no-repeat;
	background-size:cover
}
}
@media only screen and (min-width:200px) and (max-width:700px){
#section{  background-image:url(../images/COS-logo-wide.png);
	height:350px;
	width:100%;
	background-repeat:no-repeat;
}
#main{
	height:640px;
}}
#section table{
	margin-top:380px;
}
