/* GENERAL - Body and Container */
html {
  height: 100%;
}

body {
	margin:0;
	padding:0;
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.4em;
	color: #ffffff;
	text-decoration: none;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-position:center top;
	background-repeat: no-repeat;	
}

#container {
	margin: 0 auto;
	padding:144px 0 0 0;
	width: 740px;
	text-align: left;
}
