@charset "utf-8";
/* Formatting style
------------------------*/
html {
	margin: 0px;
	padding: 0px;
	height:100%;
}

body {

	background-image: url(../images/bg.jpg);
	background-repeat: repeat_x;
	background-color: #72a1cd;
	height:100%; 
	margin:0; 
	padding:0;
}

div.image { height:100%; text-align:center; }
div.image img { height:100%; }

.word_over {
	
	 position: absolute;
	 bottom: 8%;
	 left:40%;
}

 p{
	 position: absolute;
	  bottom: 3%;
	 left:38.4%;
	font-size:10px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
h1 { position: absolute;
	  bottom: 5%;
	 left:40.4%;
	font-size:10px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;}
	

a img {
	border: none;
}