body {
	background-image:url(images/background.png);
}
#logo {
	width: 760px;
	height: 70px;
    margin:100px auto 0px auto;  
} 
 
#slides {
	width: 760px;
	height: 300px;
    padding: 0;  
    margin:10px auto;  
} 
 
#slides img {  
    border:  1px solid rgb(100,100,100);  
    background-color: rgb(230,230,230);
    width: 760px;
    height: 300px;
    top:  300; 
    left: 0 
}