@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background:url(../images/landing-page.jpg);
	background-repeat:repeat-x;
	background-color:#131108;
}

#wrapper{
	width:1280px;
	height:652px;
	background:url(../images/under-construction.jpg);
	background-repeat:no-repeat;
}

#header{
	width:1280px;
	height:241px;
}

#content{
	width:1280px;
	height:319px;
	margin-top:50px;
}

#footer{
	width:1280px;
	height:90px;
	text-align:center;
	padding-top:50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cbcbcb;
}

#footer a{
	text-decoration:none;
	color:#cbcbcb;
}

#myGallery{
	width:100%;
	height:500px;
	margin-top:-60px;
}

#myGallery img {
	//border: 2px solid #000000;
}

a.loading {
	background: #fff url(../images/ajax_small.gif) no-repeat center;
}

.spacegallery {
	position: relative;
	overflow: hidden;
}

.spacegallery img {
	position: absolute;
	left: 50%;
}

.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}

#text{
	float:left;
	width:430px;
	height:107px;
	padding:5px;
	margin-left:220px;
	margin-top:50px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#0e0b07;
}

#text a{
	color:#FFF;
}

#flags{
	float:right;
	margin:30px 200px 30px 30px;
}

.flag{
	float:right;
	width:30px;
	height:40px;
	margin:10px;
}