/*general settings*/

* {
	padding: 0px;
	margin: 0px;
	border: 0;
}

html, body {
	background: #fff url("../images/background.jpg") repeat-x;
	background-position: center top; 
	background-attachment: fixed;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 630px;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 630px;
	background: url("../images/background-home.png") no-repeat;
}