* {
	margin:0px;
	padding:0px;
	}

body {
	color: #000;
	font-family: 'Droid Sans', sans-serif;
	font-size: 12px;
	background: #fff;
	}	
	
.center {
	margin: -60px 0 0 -265px;
	width: 530px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	}	
	
span.dot {
	font-size: 30px;
	font-weight: 900;
	color: #f8ac21;
	}

h1 {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	text-shadow: 0 0 10px #bbb;
	font-style: normal;
	margin: 7px 0 0 125px;
	}
	
.logo {	
	background: url(../img/creativ-hosting-logo.png) no-repeat center;
	height: 63px;
	width: 530px;
	}
	
/* footer */	
div.footer {
	background: #114c76;
	box-shadow: 0 0 14px #114c76;
	height: 18px;
	margin: 50px 0 0;
	width: 100%;
	position: fixed;
	bottom: 50px;
	}

div.footer div {
	width: 1000px;
	margin: 0 auto;	
	}

div.footer p {
	font-size: 12px;
	text-algin: bottom;
	color: #fff;
	}

div.footer a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	}

div.footer p.left {
	float: left;
	margin: -15px 0 0 0;
	}

div.footer p.right {
	float: right;
	margin: -15px 0 0 0;
	}