.ceo #content {background-color:#fbfcfc; background-image:url(../img/bg.jpg); background-repeat:no-repeat; background-position:center bottom;}
div.intro div.contL {float:left; width:48%;}
div.intro div.contR {float:right; width:48%;}
p.sign {text-align:right; font-weight:500}
p.sign span{padding-left:10px;}

div.view {margin-top:30px;}
div.view div.contL {float:left; width:48%;}
div.view div.contR {float:right; width:48%;}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
div.intro div.contL {float:none; width:100%; text-align:center; }
div.intro div.contR {float:none; width:100%;}	

div.view div.contL {float:left; width:100%;}
div.view div.contR {float:right; width:100%;}

.ceo #content {background-size:180%;}
p.sign {padding-bottom:0 !important;}
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

