@charset "UTF-8";
/* CSS Document */

body {text-align:center; height:100%;font-family:Arial, Helvetica, sans-serif; margin:0 auto; padding:1em;}
a {text-decoration:none; color:#EEE;}
.module {width:80%; margin:0 auto;display:block;padding:.5em; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
#content {background:#333;}
#contentWhite {background:none;}
#content iframe {margin-top:1em;}
#arrowBox {margin-top:.5em;}
.arrow {background:#333; width:20%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; padding:.5em; display:inline; text-align:center;}
a:hover div.arrow {background:rgba(88,89,91,.8);}
.arrow #left {float:left;}
.arrow #right {float:right;}
#footer {padding-top:1em;}
#footer img {width:20%;}

