@charset "utf-8";


* html #container { 
height:100%; 
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-image: url(../Pics/background.png);
}
#container {
	min-height:100%;
	position:relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Pics/background_container.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	padding:10px;
	background-color: #000;
	width: 880px;
}
#body {
	padding-bottom:20px;   /* Height of the footer */
	width: 900px;
	background-color: #000000;
	overflow: auto;
	height: auto;
	clear: both;
}
#footer {
	position:absolute;
	bottom:0;
	width:900px;
	height:20px;
	background-image: url(../Pics/footer.png);
	background-repeat: repeat-x;
	background-color: #000;
}

#navigatie {
	height: 45px;
	width: 900px;
}

#kop {
	height: 95px;
	width: 880px;
	background-color: #000;
	background-image: url(../Pics/Logo_mijnstudio.png);
	background-repeat: no-repeat;
	background-position: 30px 7px;
	text-align: right;
	font-size: 12px;
	padding-right: 20px;
	padding-top: 5px;
}

#text {
	width: 810px;
	padding-top: 50px;
	padding-right: 45px;
	padding-bottom: 25px;
	padding-left: 45px;
	height: auto;
	background-color: #000;
}
#photos {
	height: 800px;
	width: 810px;
	background-color: #000;
}


body,td,th {
	font-family: "Century Gothic";
	color: #CCCCCC;
	font-size: 13px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
