
/*Structure*/
body
{
    	min-width: 800px;
	min-height: 100%;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.70em;
	margin: 0;
	padding: 0;	
	text-align: center;
}


.main{
    width:100%;
    height:100%;   
}

.centerBlock{
	width:300px;
	height:250px;
	margin-left:auto;
    	margin-right:auto;
	max-height:300px;
	margin-top:100px;
	background:url(../img/Mainlogo.gif) no-repeat top center;
}

.textBlock{
	width:450px;
	height:200px;
	margin-left:auto;
    	margin-right:auto;
}

.mainText{
	font-size:16px;
}

.greenText{
	color:rgb(138,191,29);
}

.fitBlock{
	width:294px;
	height:200px;
	margin-left:auto;
    	margin-right:auto;
}

.fitText{
	font-size:14px;
}
.fitLogo{
	height:142px;
	margin-left:auto;
    	margin-right:auto;
	background:url(../img/fitLogoMedium.png) no-repeat top center;	
}

