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

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	font-style: normal;
	border: 0;
	font-size: 1em;
	text-decoration: none;
	outline: none;
}

/*input[type=text] {
	border: 1px solid #FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

input[type=text]:focus {
	border: 1px solid #C00;
	-webkit-box-shadow: #F00 0 0 10px;
	-moz-box-shadow: #F00 0 0 10px;
	-o-box-shadow: #F00 0 0 10px;
	box-shadow: #F00 0 0 10px;
}*/

html,
body {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.button {
	position: absolute;
	bottom: 50px;
	width: 68px;
	height: 68px;
	z-index: 9999;
	cursor: pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.button.left {
	left: 50px;
}
.button.right {
	right: 50px;
}

#wrapper {
	width: 386px;
	z-index: 10;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 9;
}

#corner-logos {
		background-image: url('../images/images.png');
		background-position: -781px -770px;
		background-repeat: no-repeat;
		width: 130px;
		height: 240px;
		right: 20px;
		top: -155px;
		z-index: 999;
}

	#corner-logos ul {
		position: absolute;
		bottom: 80px;
		left: 11px;
	}
	
	#logo-sic {
		background-image: url('../images/logo-sic.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		width: 60px;
		height: 60px;
		top: 0;
		left: 0;
	}
	
	#logo-sic:hover, #logo-sic.hover {
		background-image: url('../images/logo-sic.png');
		background-position: -1px -61px;
	}
	
	#logo-reb {
		background-image: url('../images/logo-reb.png');
		background-position: 0 0;
		background-repeat: no-repeat;
		width: 60px;
		height: 42px;
		top: 0;
		left: 0;
		margin: 5px 0 5px 0;
	}
	
	#logo-reb:hover, #logo-reb.hover {
		background-image: url('../images/logo-reb.png');
		background-position: 0 -42px;
	}
	
	#corner-logos ul li a {
		display: block;
		width: 100%;
		height: 100%;
	}

	#title {
		width: 386px;
	}
	
	.text {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 13px;
		color: #FFF;
		text-shadow: 1px 1px 1px #000;
		text-align: center;
		padding: 0 10px 0 10px;
		line-height: 17px;
		letter-spacing: 0.05em;
	}

	#footer {
		background-image: url(../images/footer.png);
		background-repeat: no-repeat;
		width: 386px;
		height: 77px;
	}