@charset "utf-8";
/* CSS Document */

/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#content {
	height: 100%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #555555;
	font: 86% Arial, sans-serif;
}
/* geen flash geinstalleerd */

a {
	text-decoration:underline;
	color:#FFFFFF;
}

hr {
	color:#FFFFFF
	border:0px;
	border-top:1px solid #FFFFFF;
	height:1px;
	width:910px;	
}

p {
	margin:0px;
	padding:10px;


}

a:hover {
	text-decoration:none;
}

.header {
	width:950px;
	margin:20px auto 0px auto;
	background-color:none;
	color:#FFFFFF;
	height:77px;
	border-bottom:5px solid #000000;
}

.container {
	width:930px;
	margin: 0px auto 0px auto;
	background-color:#71a933;
	color:#FFFFFF;
	padding:10px;
}

