/* Exit Sign Green is #009900 */

body {
background-color: #009900;
}

#exitsign {
background-color: #FFFFFF;
width: 200px;
height: 200px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10%;
/* margin-top: -100px;
/* margin-left: -100px;*/
}

#content {
position: fixed;
top: 40%;
left: 50%;

}

.text{
font-family: "Arial Bold", Arial, sans serif;
/*font-style: bold;*/
font-size: 30px;
font-variant:small-caps;
color: white;
/*margin-left: -200px;*/
text-align:center;
margin-top: 5%;
margin-bottom: auto;
}
