* {
	padding: 0;
	margin: 0;
	}
	
a:focus {
	outline: none;
	}
	
body {
	/*background-color: #111e26;*/
	background-color: #212c31;
	font-family: Arial, sans-serif;
	color: #333;
	}	

#container {
	background: url(../../images/24designbureau/bg.jpg) repeat-y right 0;
	background-color: #111e26;
	width: 790px;
	position: absolute;
	top: 30px;
	left: 50%;
	margin-left: -390px;
	}
	
#splash_screen {
	height: 565px;
	width: 785px;
	}
	
#splash_screen h1 {
	position: absolute;
	text-indent: -9999px;
	}
	
/*#splash_screen a {
	position: relative;
	display: block;
	width: 155px;
	height: 230px;
	left: 50px;
	top: 0;
	border: 1px solid red;
	}*/
	
#header {
	height: 195px;
	width: 785px;
	background-image: url(../../images/24designbureau/header.jpg);
	}
	
#header h1 {
	text-indent: -9999px;
	}
	
#header a, #login a {
	display: block;
	width: 155px;
	height: 160px;
	margin-left: 50px;
	text-indent: -9999px;
	float: left;
	}
	
#header a#ftp {
	display: block;
	width: 37px;
	height: 37px;
	margin-left: 498px;
	margin-top: 115px;
	text-indent: -9999px;
	}
	
#container #login {
	background: #212c31 url(../../images/24designbureau/login.jpg) no-repeat 0 0;
	width: 790px;
	height: 200px;
	}
	
#container #login form {
	position: relative;
	width: 250px;
	top: 73px;
	margin-left: 360px;
	}
	
#container #login input#user, #container #login input#pass {
	width: 146px;
	height: 18px;
	background-color: #fff;
	color: #333;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}
	
#container #login input#pass {
	margin-top: 4px;
	}
	
#container #login #send {
	visibility: hidden;
	}
	
#column_1 {
	width: 389px;
	float: left;
	}
	
#column_2 {
	width: 196px;
	float: left;
	}
	
#column_3 {
	width: 205px;
	float: left;
	}
	
#footer {
	width: 785px;
	height: 80px;
	background-image: url(../../images/24designbureau/footer.jpg);
	clear: left;
	}
	
#footer a {
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	margin-top: 40px;
	text-indent: -9999px;
	}
	
#footer a#Xing {
	width: 40px;
	margin-right: 2px;
	}
	
#footer a#LinkedIn {
	width: 53px;
	margin-right: 2px;
	}
	
#footer a#Facebook {
	width: 55px;
	margin-right: 20px;
	}