html, body, {
    margin: 0;
    padding: 0;
    text-align: center; 
    }


#logo {
    position: relative; /*The container must be positioned
                        /*in order to contain positioned
                        /*elements*/
    margin: 0 auto; /*This is the proper way to center an element*/
    width: 553px;
    top:-457px;
    border: 0px;
    text-align: left;
    padding: 1px;
}
    
    
  
#main {
    position: relative; /*The container must be positioned
                        /*in order to contain positioned
                        /*elements*/
    margin: 0 auto; /*This is the proper way to center an element*/
    width: 100%;
    top:-465px;
    border: 0px;
    text-align: left; /*corrects for IE hack*/
    padding: 0px;
}

#content {
	position: absolute;
	top: 140px;
	
	width: 465px;
	margin: 0 auto;
	
	padding: 10px;
	border: none;
	visibility: visible;
}

#arrows {
	position: relative;
	top: -250px;
	
	

	text-align: left;
	padding: 10px;
	border: none;
	visibility: visible;
}