@charset "UTF-8";
/* CSS Document */
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: center;
	background-color: #000;
}
p {
    color: #CCC;
    font-size: 16px;
    font-family: "Courier", Courier, sans-serif;
    font-weight: normal;
    margin-top: 0;
    padding-left: 25px;
}
h1 {
    /*color: #dd737d;*/
    font-family: "Courier", Courier, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    margin-top: 4px;
}
h2 {
    color: #DDF;
    font-family: "Courier", Courier, sans-serif;
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    margin-top: 4px;
    padding-left: 40%;
    padding-right: 10%;
}
h3 {
    font-size: 18px;
    color: #dd737d;
    font-family: "Courier", Courier, sans-serif;
    font-weight: bold;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 30px
}
h4 {
    font-weight: 200;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: -15px;
    margin-top: 10px;
    font-size: 26px;
}
h5 {
    font-weight: 100;
    font-style: italic;
    text-align: center;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    margin-bottom: -15px;
    font-size: 18px;
}
h6 {
    font-weight: 200;
    text-align: left;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    padding-left: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}
a {
    text-decoration-style: underline;
    color: #dd737d;
}
#outermostwrapper {
    text-align: left;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 0;
    background-color: #000;
}
#header {
    width:100%;
    height:180px;
    z-index:1;
    background-color: white;
    border-width: 10px; 
    border-style: solid;
    border-color: rgb(70, 70, 100);
}
#content {
    /*background-image: url(http://img10.deviantart.net/4bdb/i/2012/266/d/7/celestial_galaxy_by_hollyheartsbotdf-d5fo6fg.jpg);*/
    height: 105vh;
    background-color: #FFF;
}

#timer {
    float: right;
    padding: 5px 5px 5px 5px;
    border-width: 3px; 
    border-style: solid;
    border-color: rgb(200, 50, 50); 
}
