html {
	margin: 0px;
}
body {
	margin: 0px;
}
body {
	background: url("../img/bg.png") center rgb(245, 245, 245); color: rgb(79, 79, 78); line-height: 28px; font-family: "Open Sans", sans-serif; font-size: 20px; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility;
}
h1 {
	margin: 50px 0px 20px; font-size: 30px; font-weight: 400;
}
.content-container {
	margin: 0px auto; padding: 0px; width: 100%; text-align: center; border-top-color: rgb(204, 204, 204); border-top-width: 3px; border-top-style: solid; position: relative;
}
.page {
	margin: 0px auto; padding: 0px 25px; max-width: 550px;
}
.logo {
	left: 50%; top: 100px; text-align: center; position: absolute; transform: translate(-50%, 0px); -webkit-transform: translate(-50%, 0);
}
a {
	color: rgb(79, 79, 78);
}
a:hover {
	color: rgb(0, 0, 0);
}
.visual {
	background: url("../img/visual.jpg") no-repeat center / cover; left: 0px; top: 0px; width: 100%; height: 400px; position: relative;
}
.visual-footer {
	background: url("../img/visual-footer.jpg") no-repeat bottom / cover; padding: 0px 0px 25px; width: 100%; margin-top: 50px; border-top-color: rgb(204, 204, 204); border-top-width: 3px; border-top-style: solid;
}
.no-style {
	text-decoration: none;
}
