@charset "utf-8";
/* CSS Document */

body {
	background:url(bg.jpg);
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

body, html {
	height:100%;
	max-height:100% !important;
	margin:0px;
	padding:0px;
}

img {
	margin:15% 0px 0px 0px;
	padding:0px;
}

p {
	margin:25px 0px 0px 520px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
