/* CSS Document
Dualtone Music Group
Tell A Friend Results CSS
© 2006 Dualtone Music Group
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */

body, html, div, label {
	margin: 0;
	padding: 0;
	border: 0;
	}

body, html {
	background: #fac14c;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	}
	
div#wrapperdiv {
	width: 770px;
	margin: auto;
	}
	
div#headerdiv {
	background: url(../images/admin_01.jpg) top left no-repeat;
	height: 78px;
	}
	
div#contentwrapperdiv {
	width: 770px;
	background: url(../images/adminback_04.jpg) top left green;
	}
	
div#leftdiv {
	width: 177px;
	float: left;
	}
	
div#rightdiv {
	float: right;
	background: blue;
	width: 593px;
	}
	
div.clearfloats {
	clear: both;
	}
	
div#footerdiv {
	background: url(../images/admin_04.jpg) top left no-repeat;
	height: 44px;
	}
