* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body, html {
	width: 100%;
	height: 100%;
}

body {
	text-align: center;
	background-image:url();
    background-repeat: repeat-x;
    background-color: #B2CAD0;
}

#main {
	position: relative;
	height: 98%;
	width: 100%;
}

#container {
	margin: 0px auto 0px auto;
	width: 100%px;
	height: 1400px;
}