body {
	margin: 0px;
	background-color: #161819;
}


#page {
	position:absolute;
	height:400px;
	width:25px;
	margin:-200px 0px 0px -125px;
	top: 50%;
	left: 50%;
}


a.toggle {
	float: left;
	font-family: "Trebuchet MS";
	color: #e00067;
	text-decoration: none;
	position:  absolute;
	background-color: #fff;
	padding: 5px;
	width: 140px;
	text-align: center;
}

a:hover.toggle {
	color: #fff;
	background-color: #e00067;
	}
	
#wrap {
	margin-top: 15px;
	float: left;
	width: 140px;
}

#top {
	float: left;
	height: 28px;
	width: 140px;
}
#bottom {
	margin-top: 0px;
	padding: 5px 5px 0px 5px;
	float: left;
	width: 140px;
	background-color: #e00067;
}

#bottom input{
	font-size: 10px;
	color: #333;
	padding: 4px;
	width: 140px;
	margin-top: 5px;
	background-color: #fff;
	border: none;
}
