﻿@charset "utf-8";
body {
   margin:0;
   padding:0;
   height:100%;
}

#rhythm {
	width: 650px;
	margin-top: 230px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	clear: both;
	height: 100%;
}
#img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rhythm #goldr {
	width: 215px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rhythm #trbnew {
	float: left;
	width: 181px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rhythm #greyr {
	width: 211px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-bottom: 150px;
	overflow: hidden;
	height: 100%;
	float: none;
	position:relative; 
	left:10px;
}
#coming_soon {
	text-align:center;
	color:#CCC;
	font-size:12px;
	font-family:'Times New Roman', Times, serif;
	margin-top:80px;
}
#nav #navonewrap {
	float: left;
	clear: both;
	position:relative;
	left:18px;
}
#nav #navwraptwo {
	float: left;
	width: 175px;
	height: 22px;
	position:relative;
	left:40px;
}
#nav #navwrapthree {
	float: right;
	width: 215px;
	position:relative;
	left:50px;
}
#footer {
	width: 100%;
	clear: both;
	bottom: 0px;
	position: fixed;
}
#footer #left_footer {
	position:absolute;
	bottom: 0px;
	left: 0px;
}
#footer #r_footer {
	position:absolute;
	bottom: 10px;
	right: 10px;
	float: right;
	font-family:Trajan Pro, Georgia, "Times New Roman", Times, serif;
	color:#CCC;
	font-size:10px;
	}
a:link {
	color: #AAA;
	text-decoration:none;
}
a:visited {
	color: #CCC;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}

