@charset "UTF-8";
@import url("../webfonts/futurastd-light/futurastd-light.css");
@import url("../webfonts/futurastd-book/futurastd-book.css");
/* CSS Document */

body {
	background-color: #000;
	background-image: url(../images/thami.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center top;
}

a {
	font-family: futurastd-book, verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #b9b9b9;
	letter-spacing: 1px;
	text-decoration: none;
}
a:visited {
	font-family: futurastd-book, verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #b9b9b9;
	letter-spacing: 1px;
}
a:hover {
	font-family: futurastd-book, verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
	letter-spacing: 1px;
}
a:active {
	font-family: futurastd-book, verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #b9b9b9;
	letter-spacing: 1px;
}
a:link {
	font-family: futurastd-book, verdana;
	font-size: 14px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #b9b9b9;
	letter-spacing: 1px;
}

a, img {
    border:none;
}

#horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	z-index: 1;
	background-color:  transparent;
	margin-left: -300px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 600px;
	height: 200px;
	visibility: visible
	}
	
#main    
	{
	z-index: 2;
	padding-top: 28px;
    padding-right: 18px;
    padding-bottom: 20px;
    padding-left: 18px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0px;
	width: 660px;
	height: 100%;
	box-shadow: 2px 2px 8px 4px #000;
	-moz-box-shadow:2px 2px 8px 4px #000;
	-webkit-box-shadow:2px 2px 8px 4px #000;
	overflow: auto;
	visibility: visible
	}
	
#name
	{
	z-index: 5;
	background-color: transparent;
	margin-left: -300x;
	position: absolute;
	top: 80px;
	left: 25%;
	width: 600px;
	height: 65px;
	overflow: visible;
	visibility: visible
	}
		
.bodytext 
	{
	font-size: 9px
	}
		
.logotxt
	{
	font-family: futurastd-book, verdana;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	letter-spacing: 1px;
}

.underconstrtxt
	{
	font-family: futurastd-light, verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	letter-spacing: 1px;
}


