
body {
font-family: "Verdana" , serif ;
text-align: center;
min-width: 33%;
background-color: black;
color: white;
}

a:link {
color: #e5e5e5;
text-decoration: underline;
}

a:hover {
color: #e5e5e5;
text-decoration: underline;
}

a:visited {
color: #7f7f7f;
text-decoration: none;
}

 .thumbnail
{
float: left;
width: 60px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}

.clearboth { clear: both; }

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */

#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 75%;
}
#inner {
width: 75%;
height: 75%;
text-align: center;
margin-left:auto;
margin-right:auto;
border:1px solid #000;
}

