@charset "UTF-8";
:focus {outline-style:none;
box-shadow:none;
border-color:transparent;}

html{ 
display:table;
margin-left:auto;
margin-right:auto;
margin-top:2%;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: -moz-none;
-o-user-select: none;
user-select: none;
}	
body {
display:table-cell;
vertical-align:middle;
background-color:#FFFFFF;
text-align: center; 
width:100%;
height:100%;
margin:0 auto;
padding:0;
}
body a{text-decoration:none;}

#wrapblank {
position: absolute;
width: 900px;
height: 386px;
margin:auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
text-align: center;
display:block;
overflow:hidden; margin-top:10%;
}
#main{
position: relative;
width: 900px;
height: 386px;
margin-left:auto;
margin-right:auto;
text-align: center;
display:block;
}
.mainlink{
width:900px;
text-align:center;
margin-left:auto;
margin-right:auto;
display:block;
padding-top:10px;
}
/* links*/
#mbdr{
fill:#000;
}
#mbdr:hover {
cursor:pointer;
fill:#999;		
}
#mbdr:active {
cursor:pointer;
fill:#555;
}
#mbcc{
fill:#000;
}
#mbcc:hover {
cursor:pointer;
fill:#999;		
}
#mbcc:active {
cursor:pointer;
fill:#555;
}
#mbrof{
fill:#000;
}
#mbrof:hover {
cursor:pointer;
fill:#999;		
}
#mbrof:active {
cursor:pointer;
fill:#555;
}
#mbret{
fill:#000;
}
/*
#mbret:hover {
cursor:pointer;
fill:#999;		
}
#mbret:active {
cursor:pointer;
fill:#555;
}*/
#mbsnd{
fill:#000;
}
#mbsnd:hover {
cursor:pointer;
fill:#999;		
}
#mbsnd:active {
cursor:pointer;
fill:#555;
}
#mbcat{
fill:#000;
}
#mbcat:hover {
cursor:pointer;
fill:#999;		
}
#mbcat:active {
cursor:pointer;
fill:#555;
}

.scaledup{
-moz-transform: scale(.8, .8);
transform: scale(.8,.8);
zoom: .8;
zoom: 80%;}



