/* Main Style Sheet */

body, html
{
	font-family: Verdana;
	background-color: #FFFFFF;
}


.box1
{
	width: 400px;
	position: absolute; 
	
	top: 50%; 
	left: 50%;
}

.box2
{
	position: relative; 
	top: -122px;
	left: -228px;
	text-align: center;
}

.plain
{
	list-style-type: none;
}

table
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style: none;
}

div#main
{
	/*
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	*/
	
	/*
	padding-left: 50px;
	border-width: 1px;
	border-style: solid;
	*/
}
