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

body
{
	height: 100%;
	width: 100%;
	margin: 0;
}

form
{
	height: 100%;
}

#container
{
	background: #2b1f11 url(../images/bg.jpg) repeat-x;
	height: 100%;
	width: 100%;
}