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

a:hover, a:active, a:focus {
	outline:0;
	border:0;
	text-decoration:none;
	ie-dummy: expression(this.hideFocus=true);
}

img {border : 0;}
img a{
outline:o;
	border:none;
	text-decoration:none;
}
body {
	background-color:#FFF;
	background-repeat:no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-color:#000;
	overflow:hidden;
	font-size: 14px;
}

#wrapper {
	width: 380px;
	height: 290px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -190px;
	margin-top: -145px;
}

#logo {
	float:left;
}
#text {
	float:left;
	margin-left:15px;
	margin-top: px;
}
#blink {
	width:80px;
	height:177px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -40px;
	margin-top: -88.5px;
	display:none;
	font-color:#FFF;
	font-size: 36px;
	color: #fff;
}

#blink a:hover, a:active, a:focus {
	text-decoration:none;
	border:none;
	outline:0;
	color:#FFF;
}