body {
	background: url(bg_.png);
	font-family: Tahoma, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body a {
	color: #FFF;
	text-decoration: none;
	
}

.area {
	/* background:url(bg.png) no-repeat center top; */
	height: 100%;
	width: 100%;
	text-align: center;
	position: absolute;
	overflow: auto;
	vertical-align: middle;
	z-index: 1;	
}

#bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;	
}

.pad {
	z-index: 5;	
}

.title {
	background-color: #FFF;
	color: #000;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.pane {
	position: absolute;
	width: 246px;
	left: 50%;
	margin: 0px 0 0 -123px;
	font-size: 14px;
	text-align: justify;
	z-index: 5;	
}

.free {
	text-decoration: blink;
}

.slideshow {
	border-radius: 8px;
	-webkit-border-radius: 8px;
    	-moz-border-radius: 8px;
    	
	
	box-shadow: 5px 5px 5px rgba(70,70,70,.5);
	-moz-box-shadow: 5px 5px 5px rgba(70,70,70,.5);
	-webkit-box-shadow: 5px 5px 5px rgba(70,70,70,.5);
}

.screen {
	border-radius: 5px;
	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
}

.icon {
	/*
	border-color: #CCC;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 0px;
	border-style: solid;
	*/
	z-index: 5;	
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	
	box-shadow: 5px 5px 5px rgba(70,70,70,.5);
	-moz-box-shadow: 5px 5px 5px rgba(70,70,70,.5);
	-webkit-box-shadow: 5px 5px 5px rgba(70,70,70,.5);
}

