* {
	margin:0;
	padding:0;
	outline:none;
	
	}

body {
	width: 960px;
	margin:0 auto;
	background-color: #fff;
}

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('League_Gothic.woff') format('woff'), url('League_Gothic.otf') format('opentype'), url('League_Gothic.svg#LeagueGothic') format('svg');
}

.ambigram {
float: right;
width: 500px; 
height: 350px;
background: url('/ambigram/img/ambigram.png');
background-repeat: no-repeat;

}

.ambigram:hover { 
-webkit-transform: rotate(180deg);
-webkit-transition: -webkit-transform .5s ease-in;
-moz-transform: rotate(180deg);
-moz-transition: -moz-transform .5s ease-in;
transform: rotate(180deg);

}

#text {
	padding-top: 120px;
	font-size: 28px;
	font-family: 'LeagueGothicRegular', helvetica, sans-serif;
	float: left;
	width: 450px;
	line-height: 1.3;
}

em {
	font-style: normal;
	color: #ff3333;
}

a {
	color: #ff3333;
	text-decoration: underline;
}

#social {
	text-align: center;
	padding-top: 550px;
	width: 700px ;
	margin-left: auto ;
	margin-right: auto ;
}

div.line {
 height:0px;
 border-top:  1px solid #FFFFFF;
 border-bottom: 0px;
 border-left: 0px;
 border-right: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 0px;
 padding-right: 0px;
}

.attribution {
	text-align: center;
	padding-top: 600px;
	width: 700px ;
	margin-left: auto ;
	margin-right: auto ;
}

a img {
	padding: 5px;
	border: none;
}

a img:hover {
	-webkit-transform: rotate(360deg);
	-webkit-transition: -webkit-transform .1s ease-in;
	-moz-transform: rotate(360deg);
	-moz-transition: -moz-transform .1s ease-in;
	transform: rotate(360deg);
}
