/* webdevRefinery.com */

/* Construct
 * ----------------- */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #fff url(../images/bgswirly.png) top left repeat-x;
	font-size: 22px;
	font-family: Arial, sans-serif;
	color: #4c998f;
	}
	
a img {
	border: 0;
	}
	
a {
	color: #0d6360;
	text-decoration: none;
	}
	
a:hover {
	color: #3d9390;
	}
	

/* Elements
 * ----------------- */
 
#logo {
	position: absolute;
	top: 15px;
	left: 10px;
	}
	
#caption {
	position: absolute;
	top: 264px;
	left: 340px;
	}
	
#getstarted,
#forums {
	position: absolute;
	top: 480px;
	left: 80px;
	width: 265px;
	background: url(../images/star_full.png) no-repeat;
	padding: 9px 0 10px 72px;
	}
	
#forums {
	left: 580px;
	background-image: url(../images/star_empty.png);
	}