/* Exit Sign Green is #009900 */

body {
background-color: #67BAD6;
}

#thumbs {
background-color: #67BAD6;
width: 200px;
height: 200px;
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 150px;
/* margin-top: -100px;
/* margin-left: -100px;*/
}

#content {
position: inline;
top: 60%;
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: 2%;
margin-bottom: auto;
}
