body {
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #7E7E7E;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    color: #00c0ff;
    margin-bottom: -16px
}

a {
    color: #00c0ff;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
	text-decoration: underline;
}
            
div#main-wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;	
}

#contact {
	float: right;
}

#legal {
	clear: both;
	text-align: center;
	font-size: 12px;
}

#legal a {
	color: #444;
}

.links {
	float: right;
}

p {
	line-height: 24px;
}

.hidden {
	display: none;
}
