html,body {
	margin: 0;
	padding: 0;
	background-color: black;
}

.cen {
	width: 100%;
	height: 100%;
}

.tdcen {
	vertical-align: middle;
	text-align: center;
}

div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	height: 550px;
}

div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 269px;
	height: 432px;
}

div.main {
	position: absolute;
	top: 0px;
	left: 269px;
	width: 591px;
	height: 510px;
	}
	
.conten {
	position: absolute;
	top: 40px;
	left: 60px;
	width: 450px;
	padding: 0px;
	FONT-SIZE: 13px;
	COLOR: white;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	line-height: 18px; 
}

.fon {
	FONT-SIZE: 13px;
	COLOR: white;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	 }


div.footer {
	position: absolute;
	top: 510px;
	left: 0px;
	width: 860px;
	height: 54px;
	background-color: black;
}


.inputs {
height: 14px;
border: 0px;
FONT-FAMILY: verdana, arial, sans-serif;
font-size: 11px;
}

form {
 padding: 0px;
 margin-top: 10px;
}

.nav {
	COLOR: yellow;
	FONT-SIZE: 16px;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	line-height: 20px; 
}


.head1  { /* page heading */

	color: black;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
}


A:link {text-decoration: none; color: white;
	FONT-SIZE: 16px;
	COLOR: white;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	line-height: 20px; 
	}
A:visited {text-decoration: none; color: white;
	FONT-SIZE: 16px;
	COLOR: white;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	line-height: 20px; 
	}
A:hover {text-decoration: underline;
	FONT-SIZE: 16px;
	COLOR: white;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	line-height: 20px; 
	}
