﻿

/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body {
background-color: #ffffff;
text-align:center;
min-height:520px;/* for good browsers*/
min-width:822px;/* for good browsers*/
}
#outer{
height:100%;
width:100%;
display:table;
vertical-align:middle;
}
#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
width: 822px;
height: 520px;
}
#inner {
width: 822px;
height: 520px;
text-align: center;
margin-left:auto;
margin-right:auto;
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container {height:320px; width:600px; color:#bbb; padding:12px;}
#simplemodal-container code {}
#simplemodal-container a {}
#simplemodal-container a.modalCloseImg { background-image:url(../img/basic/x.png); background-repeat:no-repeat; width:67px; height:63px; display:inline; z-index:3400; position:absolute; top:8px; right:-8px; cursor:pointer;}
#simplemodal-container #basic-modal-content {background:url(../img/basic/tobias-award.png) no-repeat; width:615px; height:364px;}
