html
{
	height: 100%;
} 
body 
{
	text-align:center;
	/*height: 100%;
	background: #000000;
	margin: 0px;
	height: auto;*/
}

#container {
		width:700px;
		border:1px solid black;
		margin:auto;
		text-align:left;
	}

