body{
background:url('images/bg.png');
background-repeat: repeat-x;
text-align:center;
}

:focus{
outline:0px;
}

a{
border:0px;
color:#000;
}

a:hover{
border:0px;
color:#ff00ff;
}

a:visited{
border:0px;
}

img{
border:0px;
}

#main{
position:absolute;
text-align:center;
width:770px;
top:_10px;
height:600px;
left:50%;
margin-left:-375px;
/*border:1px solid red;*/
}

#footer{
background:url('images/footer.png');
background-repeat:no-repeat;
position:absolute;
margin:0px;
padding:0px;
top:522px;
left:0px;
bottom:0px;
width:100%;
height:88px;
/*border:1px solid red;*/
}

#footer2{
font-family:'Arial';
font-size:12px;
position:absolute;
width:750px;
height:20px;
left:50%;
margin-left:-375px;
top:595px;
}

#ie6{
position:absolute;
background:#FFffff;
color:#FF0000;
top:10px;
left:0px;
width:100%;
height:100%;
z-index:2000;
}
