@charset "UTF-8";
body {
	background-color: #333333;
	background-image: url(images/SCSK_umbrellas_street_on.jpg);
	background-repeat: no-repeat;
}
#titleBlock {
	position:absolute;
	left:30px;
	top:25px;
	width:680px;
	height: 670px;
	z-index:1;
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	z-index: 0;
}
#titleBlock p {
	font-size: 12px;
	font-weight:normal;
}
#titleBlock a, a:hover, a:visited, a:link {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
}

#titleBlock img {
	margin-left:10px;
	margin-top:10px;
}

#textBlock {
	margin-left:20px;
}
#video {
	position: absolute;
	height: 360px;
	width: 640px;
	left: 50px;
	top: 200px;
	z-index: 1;
}
#flickrImages {
	position: absolute;
	width: 480px;
	height: 360px;
	left: 740px;
	top: 200px;
	z-index: 2;
}
#footer {
	position: absolute;
	top: 560px;
	left: 30px;
}

