@charset "utf-8";
/* CSS Document */
body{
  margin:0 auto; 
  background:url(../service_images/background.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
img{max-width: 100%;}
#images_ref{height: auto; width: auto; max-width: 100%;}
footer{bottom:0; margin:0 auto;}
#main_holder{width:100%; clear:both; height:100%; margin-top:30px; display:inline-block; -webkit-box-shadow: 0 8px 6px -6px #8C8C8C; -moz-box-shadow: 0 8px 6px -6px #8C8C8C; box-shadow: 0 8px 6px -6px #8C8C8C; background-color: rgba(232,110,0,0.5);}
#left{max-width:50%; float:left; height:auto; margin:0 auto; background:#FFF;}
#right{width:50%; float:right; height:100%;}
h1{font-family: 'Oswald', sans-serif; font-size:24px; border-bottom:thin solid #666; border-bottom-width:thin;}
.content{padding:10px; margin-top:10%; margin-bottom:23.6%;}
p{font-family: 'Roboto Condensed', sans-serif;}
li{font-family: 'Roboto Condensed', sans-serif; float:left; padding:5px; list-style:none; margin-left: 10%; font-size:1em; text-shadow:#242424; color:#FFF;  border:thin solid #210d49; padding-left:10px; padding-right:10px; width:30%;}
li a{color:#FFF; text-decoration:none; text-align:center;}