
body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	background:url('../img/background.jpg');
	background-size:cover;
	}


#header {width:100%; height:182px;background:url('../img/header.jpg'); margin:0;padding:0;}
#header #logo {width:567px; height:182px; background:#F7F7F7; margin:0 auto; text-align:center;border-top-left-radius: 100px;border-top-right-radius: 100px;}
#header #logo img {margin-top:55px;}


#content {width:100%; margin:0;padding:0;}
#content .container {padding:50px 0; text-align:center;}
#content .container .data-center {width:567px; margin:0 auto; text-align:center;}
#content .container .data-center img {margin:5px 0;box-shadow:1px 1px 5px #999;border-radius:5px;transition:all 0.5s;}
#content .container .data-center img:hover {box-shadow:1px 1px 2px #444;border-radius:10px;transition:all .5s;}
#content .container .data-center p {text-transform:uppercase;color:#666;padding:4px 0;font-weight:700;}

#content .container .data-center #dropService {width:414px;padding:10px 0 10px 15px;margin:5px 0;box-shadow:1px 1px 5px #999;border-radius:5px;font-weight:700;}