body {
	background:url(../images/splash/body-bg.png) repeat-x;
	/*background:url(../images/splash/logo.png) repeat-y center;*/
}

/* support for transparent png on ie6 */
.png-img {
	behavior: url("../js/png.htc");
}

#page {
	width:926px;
	margin:0 auto;
}

#logo {
	width:100%;
	margin:55px auto;
	text-align:center;
}

#txt-01 {
	margin:-70px 0 0 200px;
}
#txt-02 {
	margin-left:410px;
}

#footer {
	width:100%;
	text-align:center;
	margin:15px auto;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
#footer .flags {
	height:40px;
	text-align:center;
	margin:0 auto;
}
#footer .flags a {
	float:left;
	margin:10px 4px 4px 0;
	padding-bottom:10px;
	background:url(../images/splash/shadow.png) bottom no-repeat;
	}
#footer .flags a:hover {
	margin-top:8px;
	padding-bottom:12px;
}

a {
	color:#de1c85;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
}
a:hover {
	color:#666666;
}


/** showcase **/

:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	}

.showcase ul li {
	width: 352px;
	height: 294px;
	float: left;	
	list-style-type: none;	
}

.showcase ul li img {
	display: block;	
	width: 100%;
	height: 100%;
	border: 0;
}

/* Horizontal showcase ------------------------- */

.showcase#horizontal {	
	margin: 0px auto 0 auto;
	width: 960px;
	height: 294px;
	overflow:hidden;
}	

