@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
}
html {
	margin: 0;
	width:100%;
	height:100%;
    background: url(images/4069523059_05c8a536dc_o.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#logo {
	margin:150px auto 0 auto;
	background-image: url(images/rpDesign.png);
	background-repeat: no-repeat;
	width:443px;
	height:289px;
	

}

