@charset "utf-8";
/* CSS Document */
 
*{
color:#513127;
margin:0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html {height:100%; }
body{
height:100%;
overflow:hidden;
background:#FFFFFF; text-align:center;
cursor:default;
	 -webkit-user-select: none;  
    -moz-user-select: none;  
    -khtml-user-select: none;  
    -ms-user-select: none;
}

#main { 
	height:100%;
  	position:relative;
  	 
}

#content{	
	width: 100%;
  	height: 70%; 
  	margin: auto;
   	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0; 
	
  	 
	text-align:center; 
	}
 
header{
width:100%; height:250px; background:url(../img/CSE-PUBLISHING.jpg) no-repeat center center;  
} 
h1 {width:100%;  
  padding: 1% 0 2% 0; 
font-family: Georgia, "Times New Roman", Times, serif; font-size:1.3em; font-style: italic;  
  
}
 
address{ width:100%; padding:2% 0; font-family: 'Open Sans Condensed', Helvetica, Arial,sans-serif; font-size:1.0em; color:#000000; }
 
 
#email a{ background:#A0A0A0; color:#FFFFFF; padding:7px 25px; text-decoration:none;}
#email a:hover{  
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	background:#cccccc; color:#333333;
	}

