/* CSS Document */
body {
margin: 0px;
}
a {
text-decoration:underline;
}
/******* layout *******/
#wrapper{;
margin: 0px;
padding: 0px;
width: 100%;
height: 100%;
min-height: 100%;
text-align: center;
}
/******* logo *******/
h1#logo {
display: block;
width: 276px;
height: 214px;
margin-left: auto;
margin-right: auto;
background: url(../img/logos/logo.png) 0 10px no-repeat;
text-indent: -1000px;
overflow: hidden;
margin-top:50px;
}
.selectionbox {
border-top:solid 1px #ccc;
border-bottom:solid 1px #ccc;
background-color:#ffffff;
}