@charset "utf-8";

/*---Global ID/Compound Selectors (target id attribute, only used once per page)---*/

#wrapper {
	width: 1000px;
	text-align: left;/*---resets text for internet explorer body fix---*/
	margin-right: auto;
	margin-left: auto;
}
#leftSide {
	width: 620px;
	float: left;
}
#rightSide {
	float: left;
	width: 380px;
}
#header {
	height: 117px;
	width: 620px;
	background: url(../_images/background/Header.jpg) no-repeat;
}

#getPower {
	height: 330px;
	width: 620px;
	background: url(../_images/background/GetPower.jpg) no-repeat;
}

#mainContent {
	height: 321px;
	width: 620px;
	background: url(../_images/background/MainContent.jpg) no-repeat;
}
#noDeposit {
	width: 380px;
	height: 289px;
	background: url(../_images/background/NoDeposit.jpg) no-repeat;
}
#contactForm {
	height: 479px;
	width: 380px;
	background: url(../_images/background/ContactForm.jpg) no-repeat;
}

#phone {
	height: 80px;
	width: 1000px;
	background: url(../_images/background/PhoneNumber.jpg) no-repeat;
}
#buttons {
	height: 146px;
	width: 1000px;
	background: url(../_images/background/Buttons.jpg) no-repeat;
}
#footer {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 1000px;
	text-align: center;
	font-size: 12px;
}

#copyright {
	margin: 0px;
	padding: 0px;
}

