/*Redirect.css*/

body{
font-family:arial;
background:url("../images/bg.gif");
background-position:top left;
background-repeat:no-repeat;
}
.header{
min-width:100%;
width:980px;
height:141px;
background:url("../images/head.gif");
background-position:center;
background-repeat:no-repeat;
}
.textbox{
text-align:center;
}
a{
color:black;
font-weight:bold;
text-decoration:none;
}
.counter{
font-size:24px;
}
