body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #000000;
	margin: 0;
	padding: 0;
	color: white;
}

.red {
	background: #630000 url('images/bg_red.gif') repeat-x;
	}
	
.blue {
	background: #230063 url('images/bg_blue.gif') repeat-x;
	}

.center {
	position: relative;
	width: 780px;
	margin: 100px auto 0 auto;
	padding: 0;
	text-align: center;
	}
	
a {color: white;}	

.page {
	position: relative;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
.praha {
	position: relative;
	float: left;
	margin: 15px 0 0 50px;
	width: 150px;
	}
	.praha img {border: none; margin-top: 5px;}

.marianky {
	position: relative;
	float: right;
	margin: 15px 50px 0 0;
	width: 150px;
	}
	
.frankfurt {
	position: absolute;
	top: 138px;
	width: 150px;
	left: 320px;
	}