* {
    margin:0;
    padding:0;
}

html {
    height:100%;
    width:100%;
}

body {
    background-color:#397EAA;
    font-family:Verdana, Helvetica, Arial, sans-serif;
    font-size:12px;
    overflow:hidden;
    
    height:100%;
    width:100%;
}

img {
	border:none;
}

p {
	margin:10px;
}

#alternativeContent {
	color:#FFF;
	text-align:center; 
}

.logoImg {
	margin-top: 100px;
	margin-bottom:25px;
}
.gfpImg {
	margin-top:25px;
}
