/* main */
html {
	cursor: url(../images/pointers/cursor.cur), auto;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-align: center;
	margin: 0;
	background: #000 url(../images/layout/bg_body.png) repeat-x;
	}

a {
	color: #994;
	padding: 4px 6px;
	text-decoration: none;
	cursor: url(../images/pointers/cursor.cur), auto;
	}
a:hover {
	padding: 3px 6px;
	border-radius: 5px;
	background-color: #111;
	}
a:link {
	color: #994;
	}
a:visited {
	color: #974;
	}

.set_logo {	
	display: block;
	margin-left: auto;
	margin-right: auto;

	}
.set_logo a, #logo img {
	text-decoration: none;
	border: 0px;
	text-align: center;
	}

#wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	} 
#header {
	width: 960px;
	height: 200px;
	float: left;	
	margin-top: 4px;
	background: url(../images/layout/banner_menu.png) repeat-y;
	border-radius: 5px;
	}
#container {
	display: block;
	width: 960px;
	height: auto;
	float: left;
	background: url(../images/layout/main_menu.png) repeat;
	border-radius: 5px;
	opacity: 0.9;
	}

canvas { /* stars on logo */
	display: flex;
	width: 960px;
	height: 200px;
	background: url(../images/layout/logo_menu.png) no-repeat center;
	border-radius: 5px;
	}
	
/* --- box --- */

#set_box {
	width: 160px;
	height: 182px;
	float: left;
	padding: 10px 10px;
	background: url(../images/layout/bg_tex.png);
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	border-radius: 5px;
	}
#set_box h2 {
	font-family: topaz8_font, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 2px 2px #222;
	text-align: center;
	color: #8f8;
	padding: 0px 0px 0px 0px;
	margin-top: 168px;
	}
#set_box p{
	color: #CC7;
	line-height: 18px;
	text-align: justify;
	font-size: 12px;
	font-family: arial, sans-serif;
	}
#set_box img{
	border: 2px solid #222;
	padding: 3px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius: 5px;
	}
/* --- icon backlight --- */

#backlight a {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	margin-right: 10px;
	}
#backlight a:hover {
	box-shadow: 0 0 15px #F55;
	padding: 0px 0px 0px 0px;
	border-radius: 5px;
	background-color: #F21;
	}
/* --- fonts --- */

@font-face {
	font-family: topaz_font;
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/amiga4ever pro2.ttf");
}