#window {
 position: absolute;
 width: 300px;
 height: 200px;
 left: 50%;
 top: 40%;
 margin-left: -150px;
 margin-top: -100px;
 text-align: center;
}

#center_block {
 position: absolute;
 width: 640px;
 left: 50%;
 margin-left: -320px;
}

#footer {
 position: absolute;
 width: 100px;
 left: 50%;
 bottom: 40px;
 margin-left: -50px;
 text-align: center;
}

a:link, a:visited, a:active {
 color: #000;
 text-decoration: none; 
 font-size: 10pt;
}

a:hover {
 color: #06c;
 text-decoration: underline;
 font-size: 10pt;
}

hr {
 width: 100%;
}

a img {
	border: 0px;
}

#contact {
	font-size: 11px;
	text-align: right;
	width: 100%;
	height: 20px;
	position: fixed;
	right: 10px;
	bottom: 0px;
}
