@charset "UTF-8";

/* HOME PAGE BACKGROUND */

html,body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/background-image2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height:100%;
	min-height:100%;
}

img {
	margin: 10px 0px 0px 0px;
	border-style:none;
}
