/* CSS Document */
body { margin:0;
 padding:0; 
 text-align:center;
 background: url(images/bg.gif) repeat-x top #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#page {
text-align:center;
position: absolute;
width:100%;
}
#wrapper {
width: 880px;
margin: 0 auto;
}
#absolute {
background: transparent url(images/layer.png) repeat-y 0 0;
color:#ffffff;
z-index: 1000;
text-align: left;
height: 600px;
padding: 1px 25px;
border-left: 1px solid #aa44cc;
border-right: 1px solid #aa44cc;
}
#absolute  .button {
font-family: "century gothic", tahoma, arial, helvetica, sans-serif;
font-size:18px;
border: 1px outset #333333;
background:#000000;
font-weight:bold;
color: #ffffff;
padding: 4px 25px;
cursor: pointer;
}
#absolute  .button:hover {
border: 1px outset #666666;
background:#111111;
}
a, input, object {
outline: none;
}

