@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: myriad;
    src: url("MyriadPro-Regular.otf");
}

html, body {
	font-family: myriad;
	background-color: #000;
	background-image: none;
	color: #222;
	text-align: left;
	font-size: medium;
	line-height: 25px;
	text-align:justify;
}



a {
	color: #23318c;
	text-decoration: none;
}
input, textarea {
  background-color : #f1f1f1;
	border: 0px solid;
}

.cf_text {
	float: left;
	width: 250px;
	position: relative;
	height: 100px;
	
}
#messagebox {
	width: 300px;
	height: 180px;
	top: 200px;
}

#form_a {
	float: left;
	height: 250px;
	width: 200px;
	position: relative;
}



a:hover {
    color: #fff;
}

#tricksterarts{
	position: fixed;
    top: 0;
    left: 0;
	width: 100%;
	height: 35px;
	background-color: #1a1a1a;
	z-index: 100;
}
#tricksterartsmain {
	width: 900px;
	margin-left: auto; margin-right: auto;
}
#tricksterartsleft {
	width: 200px;
	text-align:left;
	position:relative;
	float: left;

}
#tricksterartsright {
	width: 300px;
	text-align:right;
	position:relative;
	float: right;
	color: #AAA;
	letter-spacing: 2px;
	font-family: "century gothic", Arial, sans-serif;
	font-size: 14px;
}
#menu {
	width: 500px;
	height:35px;
	top: 3px;
	right: 40px;
	position:relative;
	float: right;
	
}

#menu a:link {color: #aaa}

#menu a:visited {color: #aaa}

#menu a:hover {color: darkred} 

#main {
	background-color: #000;
	background-image: url(images/background.png);
	background-position: left top;
	vertical-align: top;
	background-repeat: no-repeat;
	height: 2000px;
	width: 1200px;
	margin-left: auto; margin-right: auto;
}
#space {
	height: 250px;
	width: 950px;
	background-image: url(images/panel_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	float:left;
}
#spacebot {
	height: 50px;
	width: 950px;
	background-image: url(images/panel_bot.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	float:left;
	left:125px;
}
#spacetr {
	height: 250px;
	width: 125px;
	position: relative;
	float:left;
}
.column {
	width: 125px;
	position: relative;
	float:left;
}
#content {
	width: 900px;
	
	background-image: url(images/panel_bg.png);
	background-repeat: repeat;
	float:left;
	position: relative;
	padding: 0px 0px 0px 50px;
	margin-left: auto; margin-right: auto;
	
}
#content2 {
	width: 550px;

	float:left;
	position: relative;
}
#contentcolumn {
	width: 280px;

	float:left;
	position: relative;
	padding: 0px 0px 0px 20px;
	background-image: url(images/line.png);
	background-repeat: repeat;
	position: relative;
	top: 10px;
	
}
#screens {
	width: 600px;
	height: 500px;
	top: 50px;
	position: relative;
}
.screen {
	position: relative;
	height: 110px;
	width: 185px;
	float: left;
	position: relative;

}
.screenlast {
	float: left;
	height: 100px;
	width: 170px;
	position: relative;
}
.text {
	position: relative;
	top: 70px;
	float: left;

}
#description{
	position: relative;
	top: 50px;
	float: left;

}
.store1 {
	position: relative;
	float: left;
	width: 127px;
	padding: 0px 20px 15px 0px;
}
.store2 {
	position: relative;
	float: left;
	width: 127px;
	padding: 0px 0px 15px 0px;
}
.news{
	padding: 0px 0px 5px 0px;
}
.newsimg{
	position: relative;
	float: left;
}
.newstext{
	padding: 0px 0px 0px 75px;
	font-size: small; 
	line-height: 15px;
}

.label {
	position: relative;
	height: 125px;
	width:600px;
	float: left;
}
#footer{
	font-size: small;
	color: #666;
	position: relative;
	float:left;
	text-align: center;
	width: 1200px;
}

iframe.fancybox-iframe {
overflow:hidden;
}