/* 	
*	Nederlands
*	Geschreven door Daniel Menno Smidt
*	Copyright (c) damscreations.net 2007. Alle Rechten Voorbehouden 
*
*	English
*	Written by Daniel Menno Smidt 
*	Copyright (c) damscreations.net 2007. All Rights Reserved 
*/

/*
  *	BODY
  */
html {

}

body {
	margin: 0;
	padding: 25px;
	background-color: #000000;
	color: #252525;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	text-align: center;
}

#container {
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border: 1px solid #4e4e4e;
	padding: 10px;
	background-color: #6e6e6e;
	color: #000000;
}

a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/*
  *	Copyright info
  */
#copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3px;
	color: #4e4e4e;
}

#pl {
	position: absolute;
	bottom: 0;
	left: 0;
}

/*
  *	Copyright items
  */
a.cr {
	text-decoration: none;
	color: #4e4e4e;
}

a.cr:hover {
	text-decoration: none;
	color: #cecece;
}

p.note {
	color: #d0d0d0;
	
}
