body{
	background-color: #343738;
	font-family: Helvetica, Arial;
	font-size: 1.2em;
	color: white;
	margin:0px;
	padding:0px;
}
a, a:hover, a:active, a:visited {
	color: white;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#outerContainer{
	margin: auto;
	position:absolute;
	top:0; left:0; bottom:0; right:0;
	height:100%;
}
#topHalf{
	height:50%;
	background-color: white;
}
#topHalfContent{
	margin:0px auto;
	text-align: center;
}
#msoLogo{
	position:absolute;
	top:10;
	left:10;
	height: 100px;
	min-width: 192px;
	background-color: white;
}
#domainRegistered{
	position:relative;
	top:20vh;
	background-color: white;
	color:#333737;
	font-size: 1.5em;
	font-weight: bold;
}
.DomainText{
	padding-top:30px;
}
#contactDetails{
	text-align: center;
	margin:0px auto 0px auto;
	padding-top:80px;
	font-size: 1.1em;
	border-top: 3px solid #f36f2c;
	background-color: #343738;
}
.floatLeft{
	float: left;
	margin: 15px 10px;
	font-weight: bold;
}
.ContactText{
	width: 600px;
	text-align:center;
	margin:0px auto;
}

@media only screen and (max-width: 500px) {
    #msoIcon {
        width:50px;
    }
    #msoLogoImage {
    	width:100px;
    }
    #domainRegistered{
    	font-size:1em;
    }
    #contactDetails{
    	font-size:0.8em;
    }
    .floatLeft{
    	float: none;
    }
    .ContactText{
    	width: 300px;
    }
}
