@import url("../fonts/opensans_regular_macroman/stylesheet.css");
@import url("../fonts/opensans_light_macroman/stylesheet.css");
@import url("../fonts/opensans_lightitalic_macroman/stylesheet.css");

body
{
	/* font-family: corbertregular; */
	font-family: open_sanslight;
	line-height: 2.5em;
	text-align: justify;
	background: #efefef url(../images/background_white.png);
}

p
{
	margin: 0.8em 0 0 0;
}



#container
{
	padding: 0 20px 0 20px;
	max-width: 960px;
	margin: 0 auto 0 auto;
	font-size: 17pt;
	color: #777777;
}

#game_canvas
{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1000;
}

#game_box
{
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 400px;
}

#footer
{
	overflow: hidden;
	padding: 0;
	margin: 0;
	background: #444444;
	height: 160px;
	font-size: 10pt;
	color: #111111;
}

h1, h2, h3, h4, h5, h6
{
	font-family: open_sansregular;
	color: #000000;
}

b, strong
{
	font-family: open_sansregular;
}

i, em
{
	font-family: open_sanslight_italic;
}

h1
{
	font-size: 34pt;
	margin: 60pt 0 20pt 0;
}

h2
{
	font-size: 24pt;
	margin: 36pt 0 0 0;
}

a,
a:visited,
a:active
{
	color: #0044cc;
	text-decoration: none;
}

a:hover
{
	color: #0088ff;
	text-decoration: underline;
}

::-webkit-scrollbar-track
{
	background-color: #e8e8e8;
}

::-webkit-scrollbar
{
	width: 16px;
	background-color: #ff00ff;
}

::-webkit-scrollbar-thumb
{
	background-color: #cccccc;
}

::-webkit-scrollbar-thumb:hover
{
	background-color: #777777;
}
