body
{
	background-image: url('../images/elementsbkg.jpg');
	background-repeat: no-repeat;
        font-family: arial;
        font-size: 12px;
	font-weight: bold;
}

#center
{
	position: absolute;
	left: 50%;
	width: 800px;
	height: 420px;
	margin-left: -398px;
	background-image: url('../images/test_main.gif');
	background-repeat: no-repeat;
}

#submit
{
	position: absolute;
	left: 475px;
	top: 290px;
	width: 105px;
	height: 102px;
}

#phone
{
	position: absolute;
	left: 302px;
	top: 294px;
}

input
{
	height: 15px;
	width: 156px; 
}

img { border: none; }
