body {
	font-family: arial, helvetica, sans-serif;
	background-image: url(/images/body_bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

p, li {
	color: #ffffff;
	font-size: 0.95em;
}

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

a:hover {
	color: #ffffff;
	text-decoration: none;
}

#container2 {
	padding: 10px 10px 10px 10px;
}

.ns { display: none; }

#header {
	width: 358px;
	height: 111px;
	background-image: url(/images/melshole.png);
}

#welcome {
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	width: 70%;
	background-image: url(/images/tbox_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid grey;
}

#downloadbox {
	text-align: center;
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	width: 70%;
	background-image: url(/images/tbox_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid grey;
}

.downloadlink {
	padding: 5px 5px 5px 5px;
	border: 1px solid grey;
	font-size: 1.5em;
	text-decoration: none;
}

.downloadlink:hover {
	color: #ffffff;
	border: 1px solid white;
	text-decoration: none;
}

.show_info {
	margin: 0px auto;
	padding: 10px 10px 10px 10px;
	width: 70%;
	background-image: url(/images/tbox_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	border: 1px solid grey;
}

#footer {
	text-align: center;
	border-top: 1px solid grey;
	font-size: 0.7em;
}

p#foot {
	color: grey;
}

.cls { clear: left; }

