@charset "UTF-8";
/* CSS Document */

body{
	background: #000 no-repeat top url("images/bkgrd-img_01.png")
}

#main{
	z-index:2;
	position:relative;
	margin:auto;
	background: no-repeat top url("images/main-bkgrd_02.png");
	min-height: 300px;
	min-width: 960px;
	opacity: 0.85;
	padding: 50px 0 0 0;
	top:0px;
}

#horizon{
	z-index:-1;
	position:relative;
	margin:0;
	top: 300px;
	background:#000 repeat-x url("images/bkgrd_02.png");
	opacity:0.8;
	width:100%;
	height:200px;
	padding: 100px 0 0 0;
}


#img-frame{
	z-index:3;
	position:relative;
	margin:auto;
	width: 580px;
	height: 280px;
	background: #fff;
	padding:10px;
}

#img{
	z-index:4;
	position:relative;
	margin:0;
	width: 580px;
	height: 280px;
	background: #000;
	opacity:1.0;
}

#info-box{
	z-index:4;
	position:relative;
	margin:auto;
	width:600px;
	height:20px;
	background: #fff repeat-x url("images/text-shadow_07.png");
	font-family: "Trebuchet", "Trebuchet MS", Helvetica;
	font-size: 10px;
	color:#000;
	padding: 0;
}

#text{
	z-index:5;
	position:relative;
	margin:auto;
	width:580px;
	height:15px;
	padding-top:5px;
}

#contact{
	z-index:6;
	position:relative;
	top:-290px;
	left:497px;
	background: no-repeat top url("images/flag_03.png");
	width:100px;
	height:50px;
}

.text-01{
	font-family: "Trebuchet", "Trebuchet MS", Helvetica;
	font-size: 11px;
	color:#fff;
	padding-top:17px;
	padding-left:46px;
}

.text-01 a{
	text-decoration:none;
	color:#fff;
}

.text-02{
	font-family: "Trebuchet", "Trebuchet MS", Helvetica;
	font-size: 10px;
	color:#000;
}

.text-03{
	font-family: "Trebuchet", "Trebuchet MS", Helvetica;
	font-size: 10px;
	color:#7A003D;
}
