<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<title>Disneybear &mdash; Coming Soon</title>
<style type='text/css'>
body{
	background-color: #fff;
	background-image: url( http://disneybear.com/wp-content/plugins/mojo-marketplace-wp-plugin/images/cs-bluehost-bg.jpg );
	background-position: top right;
	background-repeat: no-repeat;
	font-family: 'Helvetica Neue', sans-serif;
	overflow-x: hidden;
}
#wrap{
	max-width: 460px;
	margin: 320px auto 0;
	color: #444;
	text-align: center;
}
#wrap h1{
	font-weight: 300;
	font-size: 28px;
}

#wrap h2{
	font-weight: 300;
	font-size: 38px;
}

footer{
	background-color: #fff;
	width: 100%;
	position: absolute;
	bottom:0;
	left:0;
	color: #666;
}
footer p{
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	padding: 8px;
}
footer p a{
	color: #2e66ba;
	text-decoration: none;
}
footer p a:hover{
	text-decoration: underline;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid #2e66ba;
	background: #2e66ba;
	color: #fff;
	box-shadow: none;
	border-radius: 3px;
	text-decoration: none;
	margin-top: 60px;
}

.btn:hover {
	border: 1px solid #2e66ba;
	background-color: #fff;
	color: #2e66ba;
}
@media (max-width: 500px) {
	#wrap{
		max-width: 320px;
		margin: 60px auto 0;
		color: #444;
	}
	.btn {
		margin-top: 10px;
	}
}
@media (max-width: 360px) {
	#wrap{
		max-width: 320px;
		margin: 100px auto 0;
		color: #444;
	}
	#wrap h1 {
		font-size: 26px;
	}
	.btn {
		margin-top: 40px;
	}
}

</style>
</head>
<body>
	<div id='wrap'>
		<div class='content'>
			<h1>A New WordPress Site</h1>
			<h2>Coming Soon!</h2>
			<a class='btn' href='http://disneybear.com/wp-login.php'>Admin Login</a>
		</div>
	</div>
	<footer>
			<p class='text-center'>a <a href='https://bluehost.com/wordpress' class='bluehost'>bluehost</a> powered website</p>
	</footer>
</body>
</html>

<!--Generated by Endurance Page Cache-->