@import 'home.css';

html, body {
   padding: 0px;
   margin: 0px;
   background-color: #303030;
}

#portallogo {
   background-image: url(images/portallogo.jpg);
   visibility: visible;
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -400px;
   margin-top: -261px;
   width: 800px;
   height: 522px;
}

#enternav {
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -400px;
   margin-top: -261px;
   width: 800px;
   height: 522px;
}

#enterbtn  {
   border-style: hidden;
   border-width: 1px;
   border-color: #ff0103;
   position: absolute;
   left: 121px;
   bottom:87px;
   width: 155px;
   height: 40px; 
   z-index: 1;
}

.pre {
	position: absolute;
	left: -2000;
	top: -2000;
	display: none;
}
