@charset "utf-8";
/* CSS Document */
html, body {
	margin:0px;
	padding:0px;
	background-color:#313872;
	color:#FFFFFF;
	text-align:center;
}
#skooolContent {
	height:100%;
}
a:link {
	color:#FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FF9900;
}

