/* CSS Document */

body, html {
    height: 100%;
	margin: 0;
	padding: 0;
}

.title {
	font-family:	Arial Black;
	font-size:		100px;
	letter-spacing:	0px;
	color:			#333;
}

.moto {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	letter-spacing: 30px;
	opacity:		1;
	text-transform: uppercase;
	color:			#000;
}

.menu {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
	letter-spacing: 2px;
	font-weight:	bold;
	opacity:		0.5;
	text-transform: uppercase;
}

.btnDownload {
	font-family:	Arial Black;
	color: 			#006699;
	text-decoration:none;
	padding:		5px;
}

.btnDownload:hover { 
    background-color:	#dddddd;
	padding:			6px;

	border-radius: 		7px;
	text-shadow: 		2px 4px #ccc;
}




.title > span {
    float:none;
	/* Safari */
	-webkit-transform: rotate(30deg);

	/* Firefox */
	-moz-transform: rotate(30deg);

	/* IE */
	-ms-transform: rotate(30deg);

	/* Opera */
	-o-transform: rotate(30deg);
}

.footer {
    position:	fixed;
	bottom:		10px;
    width:		100%;
    display:	block;
	text-align: center;
	white-space: nowrap;
}
	
.copyRight {
	opacity: 		0.75;
	font-family: 	Arial;
	font-size:		11px;
	color:			#000;
	letter-spacing: 10px;
	text-transform:	uppercase;
}