#full {
	width: 100%;
	height: 100%;
}
#content {
position: absolute;
    width: 300px;
    height: 400px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -200px; 
}	
#logo {
	width:100%;
	text-align: center;
}
#text {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}