body
{
	background-image : url(images/background.jpg);
	background-position : top left;
	background-repeat : no-repeat;
	background-color : #bcbab2;
}

table
{
	position : absolute;
	top : 138px;
	left : 328px;
	width : 580px;
	border-style : solid;
	border-collapse : collapse;
	border-width : 0px;
	padding : 0px;
	margin : 0px;
}

tr
{
	margin : 0px;
	padding : 0px;
	border-style : none;
}

td
{
	margin : 0px;
	padding : 0px;
	border-style : none;
	border-collapse : collapse;
	border-width : 1px;
	border-color : transparent;
}

img
{
	margin : 0px;
	padding : 0px;
	border-width : 0px;
}