
/* Basic under construction page formatting */
body {
background-color: black;
}
h1, h2, h3, h4, h5, p, a {
color: #b3b3b3; 
font-family: helvetica, arial, tahoma, verdana, sans-serif;
}
#wrapper {
width: 600px;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
}

#header {
margin-left: 20%;
margin-bottom: 100px;
}

#text {
width: 400px;
position: relative;
margin-top: 65px;
}

#badge {
width: 200px;
position: relative;
margin-left: 410px; top: -150px; /* push badge past width of text and define distance from top */
}
