/* THINK BIG DESIGN STYLESHEET */

/* ----- Layout / Structure -----  */

* { 
	margin : 0;
	padding : 0;
	
	}
	

body {

	background: #464244;
	
	}
	
	
#wrapper {

	width: 400px;
	margin: 0 auto;

	}
	
img.center {

	position: relative;
	margin-top: 60%;
	
	}
	
p {

	text-align: center;
	
	
	}
	
a {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	font-size: .8em;
	
	color: #fff;
	
	border-bottom: 1px dotted #333;
	
	text-decoration: none;
	
	}
	
em {

	font-family: Geneva, Arial, Helvetica, sans-serif;

	font-weight: bold;
	
	color: #ed357a;
	
	}
	
span {
	
	color: #fff;
	
	}