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: 730px;
    top:-470px;
    border: 0px;
    text-align: left; /*corrects for IE hack*/
    padding: 1px;
}
  

#text {
	position: absolute;
	top: 35px;
	left: 165px;
	width: 200px;

	padding: 0px;
	border: none;
	visibility: visible;
}



#content {
	position: absolute;
	top: 155px;
	
	width: 450px;
	margin: 0 auto;
	
	padding: 10px;
	border: none;
	visibility: visible;
}

#arrows {
	position: relative;
	top: -250px;
	
	
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	border: none;
	visibility: visible;
}