body{
    background-color:#fff;
    color:#000;
    font-size:16px;
    font-family:helvetica;
    text-transform:uppercase;
    margin:0px;
    text-align:center;
overflow:hidden;
}

#img{
   position:absolute;
   top:-125px;
   left:0px;
   width:100%;
   height:auto;
   z-index:0;
   border:none;

    
}
img{
    border:none;
}
#footer{
    position:absolute;
    height:40px;
    width:100%;
    text-align:left;
    z-index:2;
    bottom:40px; 
}
#booter {
    background-color:#000;

     position:absolute;
    height:40px;
    width:100%;
    
    z-index:1;
    bottom:40px; 
filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
#footer img{
    max-height:40px;
}
#images{
    padding-left:175px;
}
.enter{
    padding-left:25px;
    padding-top:15px;
    padding-bottom:15px;
    padding-right:20px;
    vertical-align: middle;
    position:absolute;
}
.enter a{
    font-size:16px;
    text-decoration:none;
    color:#fff;
}

.links{
    position:absolute;
    margin-left:auto;
    margin-right:auto;
    left:25%;
       top:171px;
        z-index:2;
    /*filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;*/
       
}
.links img{
    padding-right:25px;
      

}
.homepagepic{
    position:absolute;
    margin-left:auto;
    margin-right:auto;
    z-index:1;
    left:25%;
    top:0px;
}

/*background img*/

* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
    z-index:-1;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}