/*Index style sheet for Scanning China Project*/

a 			{ color: red; text-decoration: none; font-style: italic; 		font-weight:normal;} 
a:hover		{ color: black; text-decoration: none; }
.userAlert{
	float:right;}
	

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
	
body {
	margin: 0px;
	padding: 0px;
	background: #000000 url('ceramic.jpg') no-repeat bottom center fixed;
	font-family: 'Neue Helvetica', 'lucida grande', 'Bitstream Vera Sans', 'myriad web', helvetica, arial, verdana, sans-serif; 
	height: 100%;
	width: 100%;
	}

#title { 
		height: 100px;
    	width: 100%;
    	position: fixed;
    	bottom: 270px;
    	text-align: center; 
		}

h1 {
	color: gray; 
	font: 40px Verdana, sans-serif;	
	}


h2 {color: gray; font-size: 150%; font-style: italic;}


h3 {font-size: 100%; text-align: right; color: red; font-style: italic; position:relative; top: -4em; left: -5em;}



div#title a span {display:none;}
div#title a:hover span 
	{
	display: block;
	position: absolute; top: 125px; left:390px; width:550px;
	padding: 10px;
	color: gray; 
	/* for IE */
  filter:alpha(opacity=100);
  /* CSS3 standard */
  opacity:1.0;
	font: 14px Verdana, sans-serif; text-align: left;
	}
	



	
	
div#bottompage    

	{
	height: 80px;
    width: 100%;
    color: gray; 
    font: 10px Verdana, sans-serif; 
    letter-spacing: .1em;
    text-align: center; 
    position: fixed; 
    bottom: 0px; 
    z-index: 6;
	
	
    /*width: 80%;
	color: gray; 
	font: 10px Verdana, sans-serif;
	letter-spacing: .1em;
	text-align: center;
	float: center;
	position: fixed; 
	bottom: 0%;*/
	}
    
div#bottompage a {color: grey; text-decoration: none; font-style: normal;}
div#bottompage a:hover {color: red;}


