/* CSS Document */
body,td,th {
	color: #9966FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}#main {
	background-image: url(images/logo.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	height: 400px;
}
#main #CONTENT {
	position: relative;
	top: 400px;
	width: 100%;
}
#webhosting {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 9px;
	margin: 5px;
	padding: 5px;
}
.smalldes {
	font-size: 8px;
}

