/*
(c) 2010 - Interconnect Services B.V.
Filename: style.css
*/

* {
	margin: 0; 
	padding: 0; 
	outline: none;
}

#container {
	position: absolute;
	width: 900px; 
	height: 668px;
}

#left {
	background-color:#003E87; 
	width: 683px; 
	height: 491px; 
	float: left; 
	text-align: center;
}

#left_text {
	margin-top: 150px;
	margin-left: 50px;
	font: normal 20px Arial;	
	color: #FFFFFF;
}

#left_text .companyname {
	color: #e3ba12;
	font-weight: bold;
}
#left_text ul {
	list-style-type: none;
}

#right {
	background-image:url(../images/right.gif); 
	background-repeat:no-repeat; 
	width:217px; 
	height:491px; 
	float: right;
}

#bottom {
	width: 900px; 
	height: 177px;
	text-align: right;
	float: right;
	
}

#bottom_banner {
	padding-top: 30px; 
	padding-left: 60px;
	float: left;
}

