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

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
#payOff {
	font-family: 'Ropa sans',Verdana, Geneva, sans-serif;
	font-size: 50px;
	text-align: right;
	color: #FFF;
	position: fixed;
	height: auto;
	width: 500px;
	top: 250px;
	right: -500px;
	text-shadow: 0px 0px 5px #444444;
}
a {
	color: #555;
	text-decoration: none;
}
a:hover {
	color:#3171b6;
	text-decoration: none;
}
#container {
	height: auto;
	width: 450px;
	position: absolute;
	background-image: url(../images/bgwhite.png);
	background-repeat: repeat;
	left: -450px;
}
#logo {
	background-color: #FFF;
}
#text {
	font-family: 'Ropa Sans', Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
	text-align: right;
	color: #555;
	width: 400px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;	
}
#boxSocial {
	height: auto;
	width: 100%;
	margin-top: 50px;
}
#icon {
	height: 50px;
	width: 50px;
	position: relative;
	margin-right: 10px;
	float: left;
}
.enter {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.enter1 {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 30px;
}
#footer {
	background-image: url(../images/bgwhite.png);
	background-repeat: repeat;
	/*background-color: #FAFAFA;*/
	position: fixed;
	height: 50px;
	width: 400px;
	bottom: 0px;
	text-align: right;
	right: -420px;
	font-family: 'Ropa Sans', Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #555;
	padding-top: 10px;
	padding-right: 20px;
	opacity: 0.8;
}
#spot {
	position: absolute;
	width: 800px;
	height: 250px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align:center;
	/*background-color: #FFF;
	opacity: 0.8;
	-moz-box-shadow: 0px 0px 10px #111;
	-webkit-box-shadow: 0px 0px 10px #111;
	box-shadow: 0px 0px 10px #111;*/
}

[if IE]
#spot {
top: 50%;
left: 50%;
margin-left: -50%;
margin-top: -150px;
}
 ![endif]
