@charset "utf-8";

body{
	margin: 0;
	text-align: center;
	background-color: #CBBE9C;
	background-image: url(keramiek_afbeeldingen/keramiek_achtergrond_index.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
#container a:link, a:visited {
	color: #796854;
	text-decoration: none;
}
#container a:hover, a:active {
	color: #B11228;
	text-decoration: none;
}


div#main_container{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
	background-color: #FFFFCC;
}

 #container{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 320px;
	width: 570px;
	border: 1px solid #000;
	padding: 40px;
	margin-top: -200px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -330px;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
} 

