@charset "utf-8";

body {
	color:#ffffff;
	background:#000000;
}

a:link {
	color: #ffffff;
	text-decoration: underline;
}
a:visited {
	color: #ff00ff;
	text-decoration: underline;
}
a:hover {
	color: #ff00ff;
	text-decoration: none;
}

#wrapper {
	style="witdh:100%;"
}

#menuColumn {
	float:left;
	width:25%;
}

#contentsColumn {
	float:left;
	width:75%;
}
