/************************
  SagaVentures Splash
  
  The Bg Image was created 
  by cactusbeetroot
  
  
************************/

@font-face { font-family: Gotham; src: url('fonts/gotham.eot'); }
@font-face { font-family: Gotham; src: url('fonts/gotham.ttf') format("truetype"); 
             font-weight: normal; 
             font-style: normal; }

img.bg {
			min-height: 100%;
			min-width: 1024px;
			width: 100%;
			height: auto;
			position: fixed;
			top: 0;
			left: 0;
}
@media screen and (max-width: 1024px){ /* Fix Resolucion */
			img.bg {
			left: 50%;
			margin-left: -512px;     }
}

/*Contenido*/	
	
#box{
    overflow: hidden;
	position: absolute;
    padding: 20px;
	height: auto;
	width: 300px;
	left: 50%;
	top: 50%;
	margin-top: -120px;
	margin-left: -150px;

    background: #fff; 
    -moz-box-shadow: 0 0 20px #ccc; 
    -webkit-box-shadow: 0 0 20px #ccc; 
    box-shadow: 0 0 20px #ccc; 
    opacity: 0.9;
}
    
#box .logo{
    background: transparent url('images/logo.png');
    width: 300px;
    height: 70px;
}

p {
    color: #3f656f;
    font: 14px/2 Gotham;
    margin: 15px 0 0 0; 
  }
a{ 
   color: #3f656f;
   text-decoration: none;
 }  