@charset "utf-8";
/* CSS Document */
* {margin:0; padding:0; outline:none; border:none;}

html, body {background:black;height:100%;font-family:Courier New, Courier New, Courier6, monospace;}

a:link a:visited, a {
	text-decoration: none;
	outline: none;
	color:#000;
}

#logo2 {
	color:#FFF;
	position:fixed;
	top:50%;
	margin-top:-250px;
	width:413px;
	height:56px;
	z-index:100;
	background-image:url('../images/logostring.jpg'); background-repeat:no-repeat;background-position:left bottom;
}



#menu_container {
	position:fixed;
	background:white;
	right: 0px;
	width:210px;
	height:20px;
	top:50%;
	margin-top:-270px;
	/*margin-top:250px;*/
	z-index:100;
	color:#FFF;
	text-align:center;
}

/**#menu {
	position:absolute;
	color:#FFF;
	top: 50%;
	width:150px;
	height:500px;;
	margin-top: -250px; /*set to a negative number 1/2 of your height*/
	/*background-color: blue;*/
}
*/
#menu_container a {
	color:#FFF;
}

container{

}

#content {
	position:absolute;
	top: 50%;
	width:5000px;
	height:500px;;
	margin-top: -250px; /*set to a negative number 1/2 of your height*/
	background-color: white;
	
	
}

#home{background:white; float:left; position:relative; height:100%; width:33%;}
#home_cont{ position:relative; height:60px;; width:300px; margin-top:-30px; top:50%;}
#clients{background:white;float:left;position:relative; height:100%; width:34%;}
#clients_cont{ position:relative; height:60px;; width:300px; margin-top:-30px; top:50%;}
#contact{background:white; float:right;position:relative; height:100%; width:33%;}
#contact_cont{ position:relative; height:60px;; width:300px; margin-top:-30px; top:50%;}

#google{position:fixed; top:50%;margin-top: -270px; left:338px; color:#FFF; height:20px; width:728px;}
#google2{position:fixed; top:50%;margin-top: 268px; left:338px; color:#FFF; height:90px; width:728px;}
