* {
	margin: 0px;
	padding: 0px;
}

/* sets the textsize on 10px for the whole site */
html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-color: #cccccc;
	color: #666666;
	height: 100%;
}