/*********************************************************************************************/
/* HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML HTML */
/*********************************************************************************************/
body {
	margin: 0px;
	overflow: auto;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	
	color: #FF0000;
}
/*********************************************************************************************/
/* ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID ID */
/*********************************************************************************************/
div#bld-1 {
	left: 300px;
	top: 300px;
	
	width: 100px;
	height: 100px;
	
	position: absolute;
}

div#bld-2 {
	left: 500px;
	top: 300px;
	
	width: 100px;
	height: 100px;
	
	position: absolute;
}

div#bld-3 {
	left: 400px;
	top: 400px;
	
	width: 100px;
	height: 100px;
	
	position: absolute;
}

div#bld-4 {
	left: 600px;
	top: 400px;
	
	width: 200px;
	height: 100px;
	
	position: absolute;
}

div#body {
	width: 800px;
	height: 500px;

	position: relative;
	margin: 80px auto 0;
	
	background-color: #000000;
}

div#content_container {
	left: 300px;
	top: 50px;
	
	width: 495px;
	height: 250px;
	
	position: absolute;
	overflow: auto;
	
	z-index: 15;
	
	scrollbar-face-color: #000000; 
	scrollbar-shadow-color: #5A7A8E; 
	scrollbar-highlight-color: #000000; 
	scrollbar-3dlight-color: #5A7A8E; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #000000; 
	scrollbar-arrow-color: #5A7A8E;
}

div#logo {
	left: 50px;
	top: 50px;
	
	width: 100px;
	height: 100px;
	
	position: absolute;
}

div#text {
	left: 20px;
	top: 0px;
	
	width: 450px;
	height: auto;
	
	position: relative;
}

div#the_creative_city {
	left: 0px;
	top: 180px;
	
	width: 800px;
	height: 66px;
	
	position: absolute;
	
	z-index: 10;
}

div#txt-1 {
	left: 405px;
	top: 300px;
	
	width: 90px;
	height: 100px;
	
	position: absolute;
	overflow: hidden;
}

div#txt-2 {
	left: 605px;
	top: 300px;
	
	width: 190px;
	height: 100px;
	
	position: absolute;
	overflow: hidden;
}

div#txt-3 {
	left: 305px;
	top: 400px;
	
	width: 90px;
	height: 100px;
	
	position: absolute;
	overflow: hidden;
}

/*********************************************************************************************/
/* CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS CLASS */
/*********************************************************************************************/

img.png {
	behavior: url("css/pngstijl.htc");
}

div.txt_white {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 17px;
}

.txt_white {
	color: #5A7A8E;
	font-size: 10px;
	line-height: 15px;
}

.txt_white a {
	color: #FF0000;
	text-decoration: none;
}

.txt_white a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
