/* GLOBALS */

html {
overflow-y: scroll !important;
}

.*
{
padding:0; margin:0; 
}

body
{
	padding:0px;
	margin:0px;
	background-color:#e8e8e8;
	font-family: neosansregular, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #6b6b6b;
	border:0px;
	background:url(images/bg_landing.png) top center repeat;
}

p {  }

.clear { clear:both; height:1px; }

*	{-moz-outline-style: none; outline:none;}

/* --------------------------- */


a { text-decoration:none; color:#fff ; }
a:hover { color: #000; }

#logo { margin:10px auto; width:315px;  }

#container { background-color:#1c1c1b; width:1040px; min-height:200px; margin:0 auto; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding-bottom:30px; margin-bottom:30px; }


.link { float:left; margin:30px 0px 0px 30px; position:relative; }
.link img { border:7px solid #fff; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
.cs { border:0 !important;  position:absolute; top:6px; right:6px; background:url(images/cs.png) top center no-repeat; width:120px; height:103px;}
.text {
	position:absolute;
	right: 0px;
	top: 150px;
	font-size:22px;
	padding:10px;
	width:180px;
	text-shadow: 1px 1px 1px #333333;
    filter: dropshadow(color=#333333, offx=1, offy=1);
}
.pink { background-color:#f16ba4; }
.green { background-color:#239b19; }
.orange { background-color:#f2632b; }
.purple { background-color:#7e6bf1; }
.greener { background-color:#147e46; }
.oranger { background-color:#ed8655; }
