@charset "UTF-8";
/* CSS Document */

html {
background: url(main_images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
} 

html, body {
	
height: 100%;
overflow:hidden;
} 

a:link {
	color:#000;
	text-decoration:none;
	
	}     
a:visited {
	
	color:#999;
	text-decoration:none;
	} 
a:hover {
	color:#666666;
	text-decoration:none;
	}
a:active {
	color:#000;
	text-decoration:none;

	} 

* { 
	margin: 0; 
	padding: 0; 
	
	}
        
	
#container { 
	margin:auto; 
	height:600px;
	margin-left: auto; 
	margin-right: auto;
	padding-top:300px;
	
	}
	
#wrapper {
	height:300px;
	position : absolute;
	top : 25%;
	left : 50%;
	margin:-50px 0 0 -181px;
	}
	
	
#borderwrap {
	height:100px;
	width:2000px;
	position : absolute;
	top : 43px;
	left : 551px;
	clear:both;
	margin:-47px 0 0 -181px;
}

#borderwrap2 {
	height:100px;
	width:2000px;
	position : absolute;
	top : 43px;
	left : -1828px;
	clear:both;
	margin:-47px 0 0 -181px;
}


#border {
	margin-left:13px;
	height:50px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#box {
	width:10px;
	height:10px;
	background-color:#06C;
	border:thin solid #000;
	margin-top:-7px;
}

#border2 {
	margin-right:13px;
	height:50px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#box2 {
	width:10px;
	height:10px;
	background-color:#06C;
	border:thin solid #000;
	margin-top:-7px;
	float:right;
}
	
#logo {
	width:362px;
	height:78px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:thin;
	text-align:center;
	
	}
	
#sub {
	height:15px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:thin;
	margin-left:20px;

		
	}
	
                
#borderdown {
	height:100px;
	width:20px;
	margin-left:155px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #000;
	
	}
	
#boxdown { 
	width:10px;
	height:10px;
	background-color:#06C;
	border:thin solid #000;
	margin-left:169px;
	clear:both;
	
	}
	
#boxsub { 
	width:10px;
	height:10px;
	background-color:#06C;
	border:thin solid #000;
	clear:both;
	margin-left:10px;
	margin-right:10px;
	margin-top:1px;
	
	}
	
h1 {
   font-size: 50px;
   color: black;
}

h2 {
   font-size: 15px;
   color: black;	
}

h3 {
   font-size: 15px;
   color: black;	
}

ul li {
	display:inline;
	float:left;
	list-style:none;	
	
	}

img {
	border:none;
}	

#textbox {
	margin-left:20px;
	height:80px;
	width:310px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:thin;
	text-align:center;
}
#textbox2 {
	margin-top:-16px;
	margin-left:20px;
	height:80px;
	width:310px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:thin;
	text-align:center;
}
#portfolio {
	height:30px;
	width:100px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:thin;
	text-align:center;
	float:left;
	margin-left:45px;
}
#parelli {
	height:30px;
	width:70px;
	margin-left:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:thin;
	text-align:center;
	float:left;
}
