/* CSS Document */

/* @media screen and (-webkit-min-device-pixel-ratio:0) */

body {
width:900px;
margin:0 auto;
margin-top:30px;
background-color:gray;
}

#redirect { 
width:900px;
margin-top:0px;
min-height:50px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:50px; /* for IE5.x and IE6 */
}

#redirect-footer { 
width:900px;
height:100px;
background-color:#000;
font-family: Arial;
font-size: 24px;
font-weight:bold;
margin-top:0px;
text-align:center;
padding-top: 18px;
color:#ededed;
}

#redirect-header {
width:900px;
height:344px;
background-color:#333333;
}

#redirect-site {
font-family: Arial;
font-size: 52px;
font-weight: bold;
margin-top:2px;
}

#footer {
font-size: 12px;
font-family: Arial;
text-align:center;
color:black;
color:#000;
}

#footer a:link, a:visited, a:active {
color:#000;
}

a:link, a:visited, a:active 
{color:#d600cf;}

a:hover {text-decoration: none; color:#fff;}

