#wrapper{
		width:100%;
		height:100%;
		position:relative;
		margin-top: 10%;
	}

	.text{
		width:400px;
		margin:0 auto;
		font-family: 'Roboto Condensed', sans-serif;
		text-align:center;
	}

	.small{
		font-size:20px;
	}

	.smaller{
		height:20px;
		font-size:16px;
	}

	.big{
		font-size:28px;
	}

	#logo{
		position:relative;
		text-align:center;
		width:400px;
		margin:0 auto;
		padding: 20px;
	}