@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700,300);
* {margin:0;padding:0;border:0;font-style:normal;}
body{background-color:#9d0d16;color:#ffffff;font-family:'Roboto Condensed',sans-serif;font-size:20px;}
a{color:#ffffff;font-weight:bold;}
#background{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;background:url(../img/raith_bg.jpg) bottom right no-repeat #9d0d16;background-size:cover;}
#address{position:absolute;top:50%;left:50%;margin-left:-180px;margin-top:-80px;width:300px;background-color:rgba(0,0,0,0.1);padding:30px;}
#address dt{font-weight:400;}
#address dd{font-weight:300;font-size:0.8em;}