body{
	background: #eee;
	margin: 0px 0px 0px 0px;
}

body, html{
	padding: 0px 0px 0px 0px;
	height: 100%;
}

@font-face {
	font-family: Roboto-Light;
	src: url(fonts/Roboto-Light.ttf);
}

#seperator{
	position: relative;
	float: left;
	left: 0px;
	width: 100%;
	height: 3%;
	background: #669f7a;
}

.parallaxcontact {
	background-image: url('./images/contact.jpg');
	float: left;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallaxprops {
        background-image: url('./images/props.jpg');
        float: left;
        width: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}
