html, body {
	background-color: #000;
	font-family: Arial,Tahoma,sens-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin: 0px auto;

	scrollbar-face-color: #141414;
	scrollbar-highlight-color: #FCC800;
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #111;
	scrollbar-shadow-color: #FF790A;
	scrollbar-arrow-color: #B2FFFF;
	scrollbar-track-color: #252525;
}

input, select,textarea {
	color: #555;
	font-family: Arial,Tahoma,sens-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 5px;
}

p {
	margin: 0px;
	text-indent: 0px;
}

#wrapheader {
	width: 1002px;
	text-align: right;
	background-color: #000;
	background-image: url('images/background.jpg');
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.logo {
	background-image: url('images/logo.jpg');
	width: 800px;
	height: 100px;
}

.bar {
	background-color: #222;
	background-image: url('images/bar.jpg');
	width: 800px;
	height: 18px;
	font-family: Tahoma, Arial, sens-sharif;
	padding: 4px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.text_content {
	text-align: right;
	padding-top: 5px;
}

img {
	border: 0px;
}

.space_top {
	height: 2px;
	background-image: url('images/space-top.png');
}

.space_footer {
	height: 2px;
	background-image: url('images/space-footer.png');
}

.mainbox {
	width: 575px;
	height: 248px;
	background-image: url('images/main_bg.png');
	background-repeat: no-repeat;
}

.mainboxabout {
	width: 575px;
	height: 360px;
	background-image: url('images/bg_about.png');
	background-repeat: no-repeat;
}

.text-box {
	width: 99%;
	background-color: #181818;
	padding: 3px 5px;
	text-align: right;
}

.copyright {
	height: 36px;
	background-image: url('images/copyright-bg.png');
	color: #FFC800;
	font-weight: bold;
}

/* Links */
a {
	color: #FCC800;
	text-decoration: none;
	font-weight: bold;
}

a.panel_link {
	color: #222;
	font-weight: normal;
}

a.panel_link:hover {
	margin-right: 5px;
	color: #000;
	font-weight: bold;
}

a.linksadmin {
	color: #B2FF00;
}

a.gray {
	color: #555;
}

a.black {
	color: #000;
}
/* Links */

/* H-titles */
h1 {
	font-size: 20px;
	color: #5C6BA1;
	margin: 3px;
	font-family: Tahoma, Arial, sens-sharif;
	text-decoration: underline;
}

h2 {
	font-size: 15px;
	font-family: Tahoma, Arial, sens-sharif;
	margin: 3px;
}

h3 {
	font-size: 13px;
	font-family: Tahoma, Arial, sens-sharif;
	margin: 3px;
}
/* H-titles */
