body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	background: url(../../images/backgr.jpg) no-repeat;
	background-color: #00001e;
	}
	
img {
	border: 0px;
	}
	
div.body {
	width: 100%;
	height: 100%;
	}
	
div.logo {
	float: left;
	position: relative;
	top: 40px;
	left: 50px;
	width: 400px;
	}

div.reconstruct {
	position: absolute;
	top: 50px;
	left: 200px;
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	}
	
p .reconstruct  {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	}
	
a.reconstruct:link, a.reconstruct:visited  { 
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
	}

a.reconstruct:hover { 
	color: #ea1b23; 
	text-decoration: underline; 
	}
	
a.reconstruct:active    { 
	color: #ea1b23; 
	text-decoration: none; 
	}
	