html,body
{
	margin: 0;
	padding: 0;
	background-color: #000000;
}

table
{
	width: 100%;
	height: 100%;
}

td
{
	vertical-align: middle;
	text-align: center;
}

div
{
	border: 1px solid #000000;
}

div.container
{
	background-color: #000000;
	background-image: url(../images/layout/inbgr.jpg);
	background-repeat: no-repeat;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 400px;
}

