@charset "UTF-8";

/* Start General Styles */

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	background:url("img/bg.png") center center no-repeat;
}

img {
	border:0;
}

a {
	outline:none;
}

.clear {
	clear:both;
}

/* End General Styles */

/* Start Nav Styles */

.nav {
	font-family:"helvetica",sans-serif;
	font-size:12px;
	color:#000;
	position:fixed;
	top:5px;
	right:5px;
}

.nav a {
	font-family:"helvetica",sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:underline;
}

.nav a:hover {
	font-family:"helvetica",sans-serif;
	font-size:12px;
	color:#ed1c24;
	text-decoration:none;
}

/* End Nav Styles */

.logo {
	width:940px;
	height:400px;
	position:fixed;
	top:50%;
	left:50%;
	margin:-200px 0 0 -470px;
	z-index:100;
}

.inspiration {
	font-family:"helvetica",sans-serif;
	font-size:75px;
	color:#f7f7f7;
	font-weight:bold;
	position:fixed;
	bottom:0;
	left:0;
	margin:0 0 -15px -5px;
	z-index:99;
}

/* Start Whois Styles */

.whoislogo {
	width:469px;
	height:197px;
	float:right;
	margin:100px 25px 0 0;
}

.whoiscopy {
	font-family:"helvetica",sans-serif;
	font-size:12px;
	color:#fff;
	text-align:right;
	float:right;
	margin:50px 25px 0 0;
}

.whoiscopy .title {
	font-family:"helvetica",sans-serif;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}

.whoiscopy .whoisline {
	width:469px;
	height:1px;
	background:#222;
	margin:35px 0;
}

/* End Whois Styles */