/* CSS Document */
*{
	padding: 0px;
}
body{
	background:#111 url(../images/bg.gif) top left no-repeat;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
h1, h2{
	text-transform:uppercase;
	font-size: 1.5em;
	color:#111;
	font-weight: bolder;
	margin-bottom: 5px;
}
#popwindow{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	width: 770px;
	height: 400px;
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-200px auto auto -385px;
	z-index: 101;
	color:#666666;
}
.kolom{
	width: 213px;
	height: 380px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	background:url(../images/white.gif) top left no-repeat;
	padding-top: 70px;
	
}
.kolom h2{
	display: none;
}
#blue h2{
	background-color:#19bef0;
	color:#FFFFFF;
}
#red{
 background:url(../images/red.gif) no-repeat;
}
#yellow{
 background:url(../images/yellow.gif) no-repeat;
}
#blue{
 background:url(../images/blue.gif) no-repeat;
}
#logo{
position:absolute;
bottom: 15px;
left: 15px;
}
