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


body{
	margin:0;
}

.content{
	z-index:1;
	position:absolute;
	top:35%;
	left:50%;
	width:400px;
	margin-left:-175px;
	height:300px;
	margin-top:-150px;
	border:none;
	font-family: 'Hind', sans-serif;
	font-size:15px;
	font-weight:300;
}

a{
	color:#F60;
	text-decoration:none;	
}

.imgback{
	position:fixed;
	left:0;
	bottom:0;
}