*{
	box-sizing: border-box;
}
html, body{
	width:100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background-color: #e8345e;
	background-image: url(mobu-beach.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	overflow-x: hidden;
}
::-moz-selection { 
	background-color: #e8345e;
	color: #fff;
}
::selection {
	background-color: #e8345e;
	color: #fff;
}
a, a:hover, a:active, a:focus{
	text-decoration: none;
	-webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
}
a{
	font-weight: bold;
	color: #e8345e;
}
a:hover, a:active, a:focus{
	color: #000;
}
.center{
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: auto;
	padding: 0 20px 0 20px;
}
.top_wrapper{
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	background-color: #e8345e;
	color: #fff;
	text-align: center;
}
.top_wrapper a{
	color: #fff;
}
.top_wrapper a:hover{
	color: #000;
}
.top_content{
	float: left;
	width: 100%;
}
.content_wrapper{
	float: left;
	width: 100%;
}
.page_content {
    float: left;
    width: 100%;
    margin-top: 40px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    padding: 20px;
	margin-bottom: 60px;
}
.push_text{
	float: left;
	width: 100%;
	font-size: 18px;
    text-align: center;
	margin-bottom: 20px;
}
.push_hosting_text{
	float: left;
	width: 100%;
	font-size: 14px;
    text-align: center;
	margin-bottom: 20px;
}
.icey_adsense{
	float: left;
	width: 100%;
}
footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #e8345e;
	color: #fff;
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #000;
}
.footer_content{
	float: left;
	width: 100%;
}