CSS - http://www.greenby.com/

    * Collapse All
    * Expand All

http://www.greenby.com/
http://www.greenby.com/greenby_style.css

/* GLOBAL ELEMENTS */

* {
	color:#010101;
	font-family:verdana, GillSans, helvetica, arial, sans-serif;
	}

body {
	background: #010101;
	}

p, span, ul, ol, li {
	color: #010101;
	font-size:10px;
	font-family:verdana, GillSans, helvetica, arial, sans-serif;
	}

img {
	border-width:0;
	border-style:none;
	margin:0;
	padding:0;
	}
		
#container {
	background-color: transparent;
	width: 772px;
	margin: 0 auto 0 auto;
	border: 0;
	}

#content, #footer, submitFormDiv {
	width: 772px;
	padding: 0;
	margin: 0;
	}

#content {
	position: relative;
	}
	
#bottom_content {
	background: transparent url('images/bottom_img.jpg') no-repeat;
	width: 772px;
	height: 272px;
	margin: 0;
	padding-top: 10px;
	}

#footer {
	font-family:verdana, GillSans, helvetica, arial, sans-serif;
	color: #fff;
	font-size: 9px;
	text-align: center;
	}

/* Columns */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
/* End hide from IE-mac */

.floatleft {
	float: left;
	width: 170px;
	margin: 0 0 5px 46px;
	_margin-left: 26px;
	line-height: 16px;
	}
	

.floatmiddle {
	margin: 0 0 5px 245px;
	width: 335px;
	line-height: 16px;
	}

.floatright {
	float: right;
	width: 140px;
	margin: 0 40px 5px 0px;
	_margin-right: 20px;
	line-height: 16px;
	}

#chatLog {
	position: absolute;
	right: 265px;
	top: 72px;
	}
	
.onCtownzfloatleft {
	float: left;
	width: 150px;
	margin: 0;
	line-height: 16px;
	}
	
.submitFormDiv {
	background:transparent url('../images/middle_bkg.jpg') no-repeat;
	width: 772px;
	height: 399px;
	}

.contentDiv {
	width: 600px;
	margin: 0 auto;
	padding-top: 3px;
	_padding-top: 7px;
	}
	

	
	

img.getsite {
	float: right;
	}

img.tryit {
	float: right;
	}




