body{
	
	/* background-image: url(../images/Freeze_Main-Logo-01.jpg); */
	background-color:white;
	color:black;


	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	/* Same as above */
	font: normal 16px Arial, Helvetica, sans-serif;

	line-height:1.6em;
	margin:0;

}


buttonCenter{
	position: relative;
	margin-top: 50px;
}

.buttonSize{
	width: 300px; 
	left: 300px;
	
}

.firstButtonSize{
	width: 300px; 
	left: 300px;
	margin-top: 20px;
}

.tableLogo{
    max-width: 50%;
	width: 500px;
	
}

imageCenter{
    width: auto;
}

.compName{
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: blue;
	padding-bottom: 20px;
	width: 100%;

}

.sendFeedback{
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: red;
	padding-top: 20px;
}

