@charset "utf-8";
/* CSS Document */

*
{
  margin:0;padding:0;  
}

html,body
{
    height:100%;   
}

body {
	
   display: table; 
   margin: 0 auto;
   
    /*firefox*/
 	background: -moz-linear-gradient(top, #01e7f8, #ff00d5);
 	/*chrome*/
	background: -webkit-gradient(linear, left top, left bottom, from(#01e7f8), to(#ff00d5)); 
	
	background-color:#fff;
	color: #fff;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 11px;
}


.LogoContainer
{
	/*
	http://jsfiddle.net/danield770/tVuS6/14/
	http://stackoverflow.com/questions/17520145/center-a-div-horizontally-and-vertically-responsively
	*/
    height: 100%;
    display: table-cell;   
    vertical-align: middle;    

	/*border:#F30 solid thin;*/
	text-align:center;

}

.LogoContainer a 
{
	/*border:#F30 solid thin;*/
	outline: 0;
	text-decoration: none;
	
	 
		
}

a.logo 
{ 
	display: block;
	background: url(/images/dcsemi.png) no-repeat ; 
	width: 811px; 
	height: 620px; 
	
	/*margin: 250px auto 0px auto;*/
}

.top {
	filter: opacity(30%);
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  z-index: 1;

 }


a.top {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/images/bigdrip.png) no-repeat ; 
  z-index: 1;
 }

