
html {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	height: 100%;
	background: #DFDFDF;
	text-align:center;
	margin: 0 auto;
}

#center{

	width:800;
	height:600;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-304;
	margin-left:-445;
}

#main{
	position: absolute;
	left: 0;
	top: 0;
	width: 890;
    min-height: 607;
    height: auto !important;
    height: 607;
	display: block;
	background:url(blank.gif);
}

a{
	color: #fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline
}

p{
	margin-bottom: 1.4em;
	line-height: 1.6em;
}

h1{
	margin-bottom: 1em;
	font-size: 2.4em;
	font-weight: bold;
}

.input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;color:#3e3e3e; 
	font-weight:bold;
	}