/* --- Structure --- */
html {
	height:100%; 
	min-height:100%;
}

body {
	position:relative;
	margin:0; padding:0;
	font-size:1em;
	font:62.8% Arial, Tahoma, Helvetica, sans-serif;
	min-width:1130px; 
	min-height:100%;
	height:100%; 
	background: #1e1e1d;
	color:#FFFFFF;
}

/* --- End Structure --- */

/* --- Standart Tag's --- */
h1, h2, h3, h4, h5, h6, form, fieldset, dl, ul {margin:0; padding: 0;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
small {display:block;}
fieldset {border:0;}
img {border:none;}

a {
	color: #FFCC00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	strong, b {font-weight:bold;}
em, i {font-style:italic;}
small {display:block;}
fieldset {border:0;}
img {border:none;}
}


a:focus
{
 outline-style: none;
}

/* --- End Standart Tag's --- */

/* --- Content --- */

.go_back {
	position: absolute;
	top: 0px; left: 240px;
	color: #ff0072;
	font-size: 1.6em;
}