html{
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	background-color: #000;	
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 160%;
	color: #444444;
	width:10000px;
}

b{ color: #ccc; }

p{ margin: 0 0 20px 10px; }

a:link, a:visited, a:active{ color: #0198ee; text-decoration:none; }
a:hover{ color: #4ebfff; text-decoration:underline; }

/*************************/
/* BASICS        	     */
/*************************/

#wrapper {
	
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position: 50px 70px;
	background-attachment: fixed;
}

#container{
	text-align: left;
	position: relative;
	min-height: 100%;
	width:100%;
	overflow-y:scroll;
}

#left{
	margin: 170px 0 0 50px;
	text-align: left;	
	color: #999;
}

#logo{ 
	clear: both;
	width: 100%;
	margin: 50px 0 10px 0;
}

#address{ 
	float: left;
	margin: 0 20px 0 20px;
}

#description{
	width: 350px;
	float: left;
	
}
#social{
	margin: 20px 0 0 50px;
	float: left;
	
}
#detail{
	margin: 70px 0 0 50px;
	float: left;
	
}
.client{
	margin: 0 0 0 5px; 
	width: 500px;
	float: left;
	
}
.image{
	border:solid 1px #000000;
}
.image a:link, .image a:active, .image a:visited{ border:solid 1px #000000; }
.image a:hover{ border:solid 2px #FFFFFF;}

