/* --== Winwatt - front page - style ==-- */

	body {
		background: url('images/gradient_repeat.png') repeat-x #d9dadb;
		text-align: middle;
	}
	
	#all {
		height: 768px;
	}
	
	a {
		color: black;
	}
	
	a:hover {
		color: #47a72a;
	}
	
	#tree {
		position: absolute;
		top: 50px;
		left: 50%;
		width: 277px;
		height: 387px;
		margin-left: -138px;
		background: url('images/tree_transparent.png') transparent no-repeat;
	}
	
	#tree_reflection {
		position: absolute;
		top: 400px;
		left: 50%;
		width: 277px;
		height: 387px;
		margin-left: -138px;
		background: url('images/tree_reflection.png') transparent no-repeat;
	}
	
	#content {
		width: 500px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 450px;
		text-align: center;
		font-family: Century Gothic;
		font-size: 20px;
	}
	
	#ie_content {
		margin-left: auto;
		margin-right: auto;
		position: relative;
		top: 450px;
		text-align: center;
		font-family: Calibri, Century Gothic;
		font-size: 20px;
	}
	
	#winwatt_logo {
		position: absolute;
		top: 510px;
		left: 50%;
		width: 275px;
		height: 74px;
		margin-left: -130px;
		background: url('images/winwatt_logo.png') transparent no-repeat;
		z-index: 1;
	}
	
	.green {
		color: #47a72a;
	}