html, body {
 margin: 0;
 padding: 0;
 height: 100%;
 cursor: url('cursors/cd_pointer.cur'),default;
 text-align: center;
 overflow-x: hidden;
}

html {
 background: url(../images/bg.jpg) no-repeat center center fixed #000000;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

body {
 color: #FFFFFF;
 font-family: animeace2, "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
 line-height: 1.8em;
}

p,h2,h3,textarea ,input{
 color:#FFFFFF;
 padding-left:5px;
 padding-right:5px;
}

td{
 border: 1px solid #FFFFFF;
 padding: 4px;
}

img{
 border:0;
}

input{
 background: #000000;
 font-family: animeace2, "Lucida Grande", Arial, Geneva, Helvetica, sans-serif; 
}

a:link {
 color: #11FFFF;
 text-decoration: none;
 font-weight: bold;
}

a:active, a:visited {
 font-weight: bold;
 text-decoration: none;
 color: #99FFFF;
}

a:hover, a:focus{
 font-weight: bold;
 text-decoration: none;
 color: #FFFFAA;
}

.wrapper {
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -100px;
 width: 800px;
 text-align:left !important;
 position:relative;
}

.footer, .push {
 height: 100px;
 position: relative; 
}

.footer{
 line-height: 0.8em;
 color: #AAAAAA;
 background: url(../images/trans-bg.png);
}

#header{
 position: relative;
 padding-top: 10px;
 height:145px;
 background: url(../images/trans-bg.png);
}

#logo{
 width: 562px;
 height: 125px;
 background: url(../images/logo.png);
}

#content{
 margin-top: 25px;
 margin-bottom: 25px;
 padding: 10px;
 background: url(../images/trans-bg.png);
 text-align: center;
}