@charset "utf-8";
/* CSS Document */
/* Author: Aleksandar Manchevski
   Contact: amanchevski@gmail.com
   web: http://6thstar.com			*/

*{
	margin:0;
	padding:0;
	font-family:"Lucida Console", Monaco, monospace;
	color:#ccc;
}
img{
	border:none;
}
body	{
	background-color: #0A0A0A;
}
.body_index {
	overflow:hidden; /* eliminate scrollbars */
	background-color: #0A0A0A;
}
#content{
	margin:0px auto;
	height:20px;
	width:100%;
	bottom:10%;
	position:absolute;
	background-color: #0A0A0A;
}
#content_page{
	margin:0px auto;
	height:100%;
	width:100%;
	top:5%;
	position:absolute;
}
#text {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	text-align: left;
}
#text h1 {
	font-size: 30px;
	line-height: 40px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#text p, #text li {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#text oi	{
	padding-left: 10px;
}

#contentframe{
	text-align:center;
}
		
/* Supersize - Thanks to: http://buildinternet.com/2009/02/supersized-full-screen-backgroundslideshow-jquery-plugin/ */
#supersize img, #supersize a{
	height:100%;
	width:100%;
	display:none;
}
#supersize .activeslide, #supersize .activeslide img{
	display:inline;
}
/* Supersize END */
#nav a:link, #nav a:visited {
	text-decoration: none;
}
#nav a:active, #nav a:hover {
	text-decoration: underline;
}
