/* 2kad CSS */
body{background:#010129;}

div#sig {position:absolute;bottom:5px;right:5px;}
div#main {position: absolute;top: 50%;margin-top: -340px;left: 50%;margin-left: -450px;}
div#lt {
	width: 40;
	height: 100%;
	position: absolute;
	background: -moz-linear-gradient(left,  rgba(1,1,41,1) 0%, rgba(1,1,41,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(1,1,41,1)), color-stop(100%,rgba(1,1,41,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(1,1,41,1) 0%,rgba(1,1,41,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(1,1,41,1) 0%,rgba(1,1,41,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(1,1,41,1) 0%,rgba(1,1,41,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(1,1,41,1) 0%,rgba(1,1,41,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010129', endColorstr='#00010129',GradientType=1 ); /* IE6-9 */


}

div#rt {
	width: 40;
	height: 100%;
	position: absolute;
	right: 0;
	background: -moz-linear-gradient(left,  rgba(1,1,41,0) 0%, rgba(1,1,41,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(1,1,41,0)), color-stop(100%,rgba(1,1,41,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(1,1,41,0) 0%,rgba(1,1,41,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(1,1,41,0) 0%,rgba(1,1,41,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(1,1,41,0) 0%,rgba(1,1,41,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(1,1,41,0) 0%,rgba(1,1,41,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00010129', endColorstr='#010129',GradientType=1 ); /* IE6-9 */

}