html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a,
table, td, tr {
margin: 0;
padding: 0;
border: 0;
}

body { 

background-image:url(background.png);

}
/*Holds all the content*/
.container {

	
	width : 770px;
position: relative;
left: 50%;
margin-left: -485px;
top: 5px;
	}

