	@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #e0d9c7;
	background: url(http://www.globecruiser.net/images/bckgrnd.gif) repeat;
	font: 12px "Trebuchet MS";
	line-height: 142%;
}
img {
	border: 0;
}
#container {
	width: 802px;
	margin: 0 auto;
}
#header {
	margin-top: 12px;
	position:relative;
	width: 800px;
	height: 600px;
	background: url(http://www.globecruiser.net/images/kader_front.gif) left top no-repeat;
}
.image {
	top: 160px;
	left: 160px;
	position:absolute;
	width: 475px;
	height: 320px;
	background: url(http://www.globecruiser.net/images/image_front.gif) left top no-repeat;
}
.text {
	top: -80px;
	position:absolute;
	width: 475px;
	height: 320px;
	text-align: center;
	font-style: normal;
	font-weight: bolder;
	font-size: 12px;
	line-height: 142%;
}
.flags {
	text-align: left;
	padding-top: 5px;
	padding-left: 20px;
}

