body {
    text-align: center;

    background: url(/media/web/images/testbackground.png) repeat-x;
    color: white;
    font-family: georgia,garamond,times;
}
#page {
    text-align: center;
    margin: 0 auto;
    width: 450px;
}
#header{
    margin-top: 10px;
    margin-bottom: 17px;
    width: 450px;
    padding-bottom: 17px;
    border-bottom: 4px solid;
}
#title {
    margin-left: -1000px; 
    font: 45pt calibri;
    font-weight: bold;
    color: #84C848;
}
#blurb {
	text-align: center;
    font: 14pt lucida grande;
    margin-top: 145px;
    margin-left: auto;
    margin-right: auto;
    width: 325px;
}
#bloglink {
	text-align: center;
    font: 12pt lucida grande;
    padding-top: 4px;
    border-top: 4px solid;
}
#bloglink a {
    cursor: pointer;
    text-decoration: none;
    color: white;
}
#bloglink a:hover {
    text-decoration: underline;
}

#main{
    font-size: 12pt;
	font-family: calibri, lucida grande;
    text-align: center;

}
#add_application{
    margin-top: 10px;
    padding-bottom: 17px;
    
}


#footer {
    margin-top: 65px;
    text-align: center;
    font: 10pt arial, helvetica;
}
#footer a {
    cursor: pointer;
    text-decoration: none;
    color: white;
}
#footer a:hover {
    text-decoration: underline;
}
#about_content {
    position: relative;
    text-align:left;
    margin-top:6px;
    border-top: 1px solid #84C848;
    padding-top:6px;
    left:113px;
    width:190px;
    font: 9pt verdana,arial,helvetica;
    display: none;
    
}
#team_content {
    position: relative;
    text-align:left;
    margin-top:6px;
    border-top: 1px solid #84C848;
    padding-top:6px;
    left:157px;
    width:90px;
    font: 7pt verdana,arial,helvetica;
    display: none;
}
