* {margin: 0px; padding: 0px;}

html {
	height: 100%;
}	

body {
	height: 100%;
	background-image: url('pictures/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: #000000;
}

#Container {
	height: 100%;
	width: 100%;
	border: 0px;
	text-align: center;
}

#Container td {
	height: 100%;
	vertical-align: middle;
}

#CenterFrame {
	margin-left: auto;
	margin-right: auto;
	width: 470px;
	height: 240px;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	background: url('pictures/white80.png') repeat;
	color: #111111;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

#Logo {
	text-align: center;
	width: 430px;
	margin-bottom: 20px;
}

#PresentationText {
	margin-right: 5px;
	margin-top: 12px;
	text-align: justify;
	text-align-last: justify;
}

#Contact {
	clear: both;
	padding-top: 22px;
	padding-left: 30px;
	*padding-top: 15px; /* IE7 only */
	border-top: 1px solid #444444;
	text-align: left;
}

#Contact img {
	vertical-align: middle;
	/* margin-left: 15px; */
	/* margin-right: 10px; */
}
