@charset "utf-8";
/* CSS Document */

body, html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img{
 	position: absolute;
	top: 0;
	right: 0;
	bottom: 50px;
	left: 0;
	margin: auto;
}

p{
	position:absolute;
	left:0;
	right:0;
	bottom:0px;
	width:100%;
	height:50px;
	background:#4381c1 url(/images/bg_footer.jpg) repeat-x;
	margin:0;
	line-height:50px;
	color:#fff;
	font-size:1.2em;
}

a{
	color:#74c044;
}