/**
* Copyright © MagicFaces.be
*/

body {
	background-color: #06F;
	background-image:url(images/background.png)
	margin: 0px;
	padding: 0px;
}
body,td,th {
	font-family: tahoma;
	font-size: 12px;
	color: #006;
	font-weight: normal;
}
a:link {
	color: #00C;
}
a:visited {
	color: #09C;
}
a:hover {
	color: #0F0;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 12px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}


#content{
	overflow: auto;
	width: 452px;
	height:434px;
}
.base{
	margin: 0px auto;
	width: 780px;
}
