/* CSS Document */

#intro {
position: absolute; top: 50%; width: 100%; text-align: center;
}
#center{
position: relative; top: -50%;
}
#skipintro a{
color:#CC0000;
width:100px;
height:11px;
font-weight:bold;
text-align:right;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
position:relative;
top:5px;;
}
