@charset "UTF-8";
/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
margin:0;
padding:0;
background-color:#C41230;
font-size:.8em;
line-height:1.5em;
text-align:center;
}
img {border:none;}
p {color:#333333;margin:0 0 10px 0;}
strong {color:#C41230;}
a {color:#C41230;font-weight:bold;}
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:none;}

#holding {
width:800px;
height:100%;
margin:40px auto 20px;
background:#FFFFFF;
text-align:center;
padding:50px;
}
div#footer {
width:900px;
height:50px;
margin:0 auto;
font-size:.9em;
}
#footer a {
color:#FFFFFF;
font-weight:normal;
}
.logo {margin-bottom:20px;}

