div#main {
/* this is the last inside div so we set the space inside it to keep all content away from the edges of images/box */
        width:640px;
        height:370px;
        x-scroll:scroll;
	margin-left: 27%;
	padding: 25px 15px;
/* you can set your own image here */
	background: url(http://www.racing-expo.nl/uploads/ngrey/content1.jpg) no-repeat  right top;
}
