/* ------------ color reference ----------- */
/*
White:			#ffffff
Black:			#000000
*/

/* ------------ basic elements ------------ */

body {
	background: #000 url(../images/background.png) top left repeat-x;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	}

/* ------------ common classes ------------ */

.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	}

/* ------------ template layout ----------- */

#wrap {
	background: url(../images/stars.png) center top repeat-x;
	}
	#container {
		background: url(../images/planet.png) center 150px repeat-x;
		}
		#content {
			background: url(../images/logo.png) left 20px no-repeat;
			width: 900px;
			margin: auto;
			}
			#content_left {
				float: left;
				width: 550px;
				padding-top: 350px;
				}
			#content_right {
				float: right;
				width: 320px;
				padding-top: 265px;
				}
			#content p, #content ul, #content h1 {
				margin-bottom: 20px;
				}
			#content li {
				background: url(../images/bullet.png) left 2px no-repeat;
				padding-left: 15px;
				}
			#content h1 {
				font-size: 36px;
				font-weight: bold;
				color: #6c038f;
				}
			#content h2 {
				font-size: 18px;
				font-weight: bold;
				color: #00bc00;
				}
			#content a {
				color: #00bc00;
				text-decoration: none;
				}
			#content a:hover {
				border-bottom: 1px solid #6c038f;
				}
				#content a.img:hover {
					border: none;
					}
			#content strong {
				font-weight: bold;
				}
		#footer {
			clear: both;
			padding: 50px 0;
			font-size: 10px;
			}