html,body {
	background-color: #240302;
	background-image:  url(Images/Background.gif);
	background-color: #240302;
	margin: 0%;
	height: 100%;
}
#container {
	width: 589px;
	border-left: thick solid White;
	border-right: thick solid White;
	background-image: url(Images/Foto.jpg);
	height: 100%;
	background-position: 0px 190px;
	background-repeat: no-repeat;
	background-color: #240302;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-image: url(Images/Header_H.jpg);
	width: 589px;
	height: 185px;
	border-bottom: thick solid White;
	background-color: #240302;
	background-repeat: no-repeat;
}
p {
	font: 10pt Georgia;
	color: White;
	text-align: right;
	padding-right: 10px;
}
a.small {
	font-size: 8pt;
}
a.small_selected {
	font-size: 8pt;
	background-color: White;
	color: Black;
}
a.small_selected:link{
	color: Black;
}
p.contact {
	font-size: 12pt;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: Maroon;
}
a:hover {
	text-decoration: none;
	color: #8B0000;
}
a:active {
	text-decoration: none;
	color: Maroon;
}
