	body {
	color			:	#FFF;
	background-color:	#000000;
	font			:	12px Verdana;
	margin-left		:	auto;
	margin-right	:	auto;
	text-align		:	center;
	}
	
	.langDiv {
		wordWrap 		: 	break-word;
	}
	
	.langDiv div{
		position		:	relative;
		float			:	left;
		margin			:	0px 10px 0px 10px;
	}
	
	input {
		font-family		:	'Verdana';
	}
	
	.centerDiv {
		margin-left		:	auto;
    	margin-right	:	auto;
		text-align		:	center;
		top				:	130px;
		Position		:	relative;
		border			:	0px solid #336699;
		width			:	750px;
		height			:	366px;
	}
	
	a:visited {
		color			:	#75c5ef;
		text-decoration : none;
	}
	
	a:link{
		color			:	#f2081e;
		text-decoration : none;
	}
	
	a:hover{
	color				:	#eb051a;
	text-decoration		: none;
	}
