/*	Carlos Henrique Machado
	http://www.npixels.com.br
	carlosmachado@npixels.com.br	
*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

html {
	height: 100%;
}

body {
	background: #e21c47; /* Old browsers */
background: -moz-linear-gradient(45deg,  #e21c47 0%, #f2703a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#e21c47), color-stop(100%,#f2703a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #e21c47 0%,#f2703a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #e21c47 0%,#f2703a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #e21c47 0%,#f2703a 100%); /* IE10+ */
background: linear-gradient(45deg,  #e21c47 0%,#f2703a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e21c47', endColorstr='#f2703a',GradientType=1 );
	height: 100%;
}

#wrapper {
	width: 100%;
	height: 100%;
}

#spacer {
	float: left;
	height: 50%;
	margin-bottom: -80px;
}

#n {
	width: 152px;
	margin-right: auto;
	vertical-align: middle;
	margin-left: auto;
	clear: both;
	position: relative;
}
