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

* {
	padding:0;
	margin:0;
}

html {height:100%}

body {
	background-color:#333333;
	height:100%;
}

#rethinking {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:10%;
}

#rethinking h1 {
	font-size:120px;
}

a, a:hover, a:active, a:focus, a:visited {
	text-decoration:none;
	color:#fff;
}