@charset "UTF-8";

/**structure*/

html, body {
    overflow: hidden;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#CCC;
}


#imgContainer {
	z-index: -10;
	width: 100%;
}

a:link {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}


a:hover {
	color: #FFFFFF;
}
