
body{
	margin: 0px;
	padding: 0px;
	background: #1D1D1D;
	height: 100%;
}
html{
	height: 100%;
}
#container{
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF url(images/New-relsnewcopy.jpg) top left no-repeat;
	border: 1px solid #333333;
	height: 100%;
}

