@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
#container  {
	width: 800px;
	text-align: Center;
}
#header  {
	background-color: #ffffff;
	height: 115px;
}
#mainContent  {
	background: #FFFfff;
	height: 475px;
	width: 800px;
}

#UCFoto {
	height: 356px;
	width: 800px;
}

#TxtCon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	width: 800px;
	height: 40px;
	text-align: left;
	margin-left: 20px;
}
#FotoEmail {
	height: 62px;
	width: 100px;
	float: left;
}
#TxtEmail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	height: 45px;
	width: 320px;
	float: left;
	padding-top: 10px;
	text-align: left;
}
#InfoUser {
	height: 60px;
	width: 350px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer  {
	background:#c1c1c1;
	height: 30px;
	text-align: center;
}
#footer p-olj  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
