@charset "utf-8";
/* CSS Document */
body{
	z-index:0; 
	margin-top:0px; 
	margin-bottom:no-repeat; 
	margin-right:0px; 
	margin-left:0px; 
	background-color:#3f4752;
	background-image:url(design/bg1.png);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.imgbtn img {
	border-style:none;
	border-width:0px;
}

#title-big{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

#title-big1{
	font-size:12px;
	font-weight:normal;
	color:#90949a;
}

#title-verybig{
	font-size:14px;
	font-weight:bold;
	color:#4e555f;
}

#title-medium{
	font-size:11px;
	font-weight:bold;
	color:#82878e;
}

#title-small{
	font-size:10px;
	font-weight:bold;
	color:#6bd9f6;
}

#text-small{
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
}

#text-small-grey{
	font-size:10px;
	font-weight:normal;
	color:#90949a;
}

#text-big-grey{
	font-size:14px;
	font-weight:normal;
	color:#4e555f;
}

a:link, a:visited {
	font-style:normal;
	color:#567793;
}

a:hover, a:active {
	color:#4e555f;
}

.bgstroke{
	position:absolute;
	width:244px;
	height:768px;
	top:0%;
	left:50%;
	margin-left:-407px;
	margin-top:0px;
	/*background-image:url(design/bgstroke.jpg);
	background-repeat:no-repeat;*/
	background-color:#3f4752;
}

.logo{
	position:absolute;
	width:244px;
	height:120px;
	top:0%;
	left:50%;
	margin-left:-407px;
	margin-top:0px;
	background-image:url(design/logo.jpg);
	background-repeat:no-repeat;
}

.bgcontent{
	position:absolute;
	width:879px;
	height:271px;
	top:0%;
	left:50%;
	margin-left:-439px;
	margin-top:120px;
}

#home { background-image:url(design/main-home.png); background-repeat:no-repeat;}
#features { background-image:url(design/main-features.png); background-repeat:no-repeat;}
#download { background-image:url(design/main-download.png); background-repeat:no-repeat;}
#contact { background-image:url(design/main-contact.png); background-repeat:no-repeat;}

.content-left{
	position:relative;
	width:600px;
	height:270px;
	top:0%;
	left:0%;
	padding-left:30px;
	padding-top:25px;
}

.content-right{
	position:absolute;
	width:430px;
	height:270px;
	top:0%;
	left:50%;
	margin-left:-30px;
	padding-left:5px;
	padding-top:25px;
}

.buttons{
	position:absolute;
	width:460px;
	height:48px;
	top:0%;
	left:50%;
	margin-top:100px;
	margin-left:-35px;
}

.credits{
	position:absolute;
	width:230px;
	height:100px;
	top:0%;
	left:50%;
	margin-left:-400px;
	margin-top:400px;
}

.news{
	position:absolute;
	width:230px;
	height:200px;
	top:0%;
	left:50%;
	margin-left:-400px;
	margin-top:480px;
}

.contact{
	position:absolute;
	width:400px;
	height:270px;
	top:0%;
	left:50%;
	margin-left:100px;
}

.copyright{
	position:absolute;
	width:600px;
	height:20px;
	top:0%;
	left:50%;
	margin-top:390px;
	margin-left:-160px;
}

#twitter_div{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}

#twitter_update_list{
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
	list-style-type:none;
	margin-left:0px;
}

#twitter_update_list a{
	color:#6bd9f6;
}

#my_twitter_status_time{
	color: #b1b1b1;
}


