/* IEFIXES */

* html .block{overflow:auto;zoom:1;}* html #container,* html .mod_article{zoom:1;}.custom{display:inline-block;}* html #left,* html #right{display:inline;}* html a,* html a:hover{background-color:transparent;}* html i,* html em{overflow:visible;display:inline-block;}body{margin-left:1px;}*:first-child+html #main{position:static;}

* {
	outline:none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height:1,5;
	margin:0px;
	padding:0px;
	background: #414141;
	overflow:scroll;
	min-width: 1200px;
	
	background: url(../img/bg.jpg) fixed;
	background-size: 100%;
	/*background: url(http://wallfor.net/wp-content/uploads/2015/03/2926_guild_wars_2.jpg) fixed;*/
	
	/* for the beginning ... */
	color:#CCC;
	font-family:arial,verdana,helvetica,sans-serif;
	font-weight:normal;
}

/* from furious/furious.css */

.transparent {
	/*display:none;*/
	background:transparent;
	padding:10px 10px;
}

/* renamed so it won't conflict with Bootstrap's row */
.furious-row {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.black {
	/*display:none;*/
	background:#000;
	padding:10px 10px;
}

.content {
	padding: 5px 5px 0px 5px;
	background: #333;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
	behavior: url(/PIE.htc);
	margin: 1px;
}

.grid_1 { width:80px; }
.grid_2 { width:180px; }
.grid_3 { width:280px; }
.grid_4 { width:380px; }
.grid_4_fix { width: 400px; } /* not so nice, but it fits in with our needs for today */
.grid_5 { width:480px; }
.grid_6 { width:580px; }
.grid_7 { width:680px; }
.grid_8 { width:780px; }
.grid_9 { width:880px; }
.grid_10 { width:980px; }
.grid_11 { width:1080px; }
.grid_12 { width:1180px; }

.column {
	overflow: hidden;
	float: left;
	display: inline;
}