body {
	background:#fff url('http://www.rudeboiz.com/templates/base/rbimages/background.jpg') repeat-x fixed center bottom;
	color:#333333;
	font-family:Verdana,Arial;
	font-size:65.2%;
	margin: 0px;
	padding: 0px;
	height:100%;
	width:100%;
	text-align:center;
}

#container {
	background: url('/templates/base/rbimages/splash.png'); 
	height: 640px; 
	width: 792px;
	margin:50px auto;
}
#content {
	float:right;
	margin-right:40px;
	margin-top:130px;
	width:470px;
	text-align:left;
}
p.enter {
	width: 300px;
	text-align: center;
	height:35px;
	line-height:35px;
	background: none;
	vertical-align: center;
	background: url('/templates/base/rbimages/blue-background.jpg');
	margin: 15px auto 15px auto;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-web-border-radius: 7px;
	font-weight:bold;
}	 	
p.enter a {
			color: white !important;
			text-transform: uppercase;
			font-size: 20px;
			text-decoration: none;
		}
p.enter a:hover {
				color: #000 !important;
			}
p.desc {
		font-size: 1.25em;
	}
a {
		text-decoration:none;
		color:blue;
	}
a:hover {
		text-decoration:none;
		color:red;
	}
.advert {
		margin:20px auto;
	}
h1, h2, h3 {
	margin:0 0 10px 0;
	padding:0;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.2em;
}
p {
	margin:0 0 10px 0;
	padding:0;
}