html {
  height: 100%;
  margin-bottom: 0px;
}


body {
	background: #1487d4 url("http://www.togiveasmile.com/backend/images/white_b.jpg") repeat;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #666;
}

div#wrap {
	margin-left: auto;
	margin-right: auto;
	}

div#top {
	width: 760px;
	background: transparent url("http://www.togiveasmile.com/backend/images/intro_t.png") no-repeat;
	height: 10px;
	margin-top: 10px;
	text-align: center;
	}
	
div#middle {
	width: 760px;
	background: transparent no-repeat;
	text-align: center;
	}
	
div#bottom {
	width: 760px;
	background: transparent url("http://www.togiveasmile.com/backend/images/intro_b.png") no-repeat;
	height: 40px;
	text-align: center;
	}
	
div.bottom_wrap {
	width: 730px;
	border-top: 1px #e6e6e6 solid;
	margin: 0px 15px 0px 15px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	height: 40px;
	}
	
div.left {
	font-family: Arial,sans-serif;
	margin-top: 0px;
	float: left;
	color: #999;
	font-size: 11px;
	font-weight: bold;
	}
	
div.right {
	font-family: Arial,sans-serif;
	float: right;
	color: #999;
	font-weight: bold;
	}
	
div.right a, div.right a:visited {
	font-family: Arial,sans-serif;
	color: #999;
	font-size: 13px;
	text-decoration: none;
	}
	
div.right a:hover {
	text-decoration: underline;
	color: #666;
	}

