
* {
	border: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

html {
	height: 100%;
	}

body {
	background: #fff url("../images/gradient-top.png") top left repeat-x;
	height: 100%;
	}

#frame {
	background: transparent url("../images/gradient-bottom.png") bottom left repeat-x;
	height: 100%;
	position: relative;
	width: 100%;
	}

#positioner {
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	}

#object {
	bottom: -40px;
	height: 80px;
	position: absolute;
	right: -225px;
	width: 450px;
	}

#object img {
	left: 115px;
	position: absolute;
	top: 4px;
	}

#object h1 {
	background: url("../images/waiting.png");
	height: 28px;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 30px;
	width: 450px;
	}

.btn {
	bottom: 10px;
	position: absolute;
	}

.gplus {
	right: 39px;
	}

.facebook {
	right: 10px;
	}

