@import url(http://fonts.googleapis.com/css?family=Raleway);
@import url(http://fonts.googleapis.com/css?family=Bree+Serif&subset=latin,latin-ext);

body{
	margin:0;
	padding:0;
	background:#EEE;
	overflow:hidden;
	font-family:Arial;
}
.setM{
	width:100%;
	height:100%;
	position:fixed;
	overflow:hidden;
}
.setM .setS{
	position:absolute;
}
.setM .setS .setSe{
	float:left;
	overflow:hidden;
}
.setM .setS .setSe .fade{
	position:relative;
	z-index:1;
	width:100%;
	height:100%;
}
.h1{
	font-family:Raleway;
	letter-spacing:10px;
	color:white;
}
.setM #ALeft{
	position:absolute;
	left:2%;
	top:50%;
}
.setM #ATop{
	position:absolute;
	top:2%;
	left:50%;
}
.setM #ARight{
	position:absolute;
	right:2%;
	top:50%;
}
.setM #ABottom{
	position:absolute;
	bottom:2%;
	left:50%;
}
.setM #ALeft .aWrite,#ATop .aWrite,#ARight .aWrite,#ABottom .aWrite{
	position:absolute;
	padding:5px;
	background: rgba(0,0,0,0.3);
	border:1px solid rgba(0,0,0,0.2);
	font:13px Raleway;
	border-radius:5px;
	min-width:150px;
	color:white;
	text-align:center;
}
.setM #ATop .aWrite{
	margin-left:-65px;
}
.setM #ARight .aWrite{
	margin-left:-105px;
}
.setM #ABottom .aWrite{
	margin-left:-65px;
	margin-top:-85px;
}
