@charset "utf-8";

/*
	On The Move
	Author : Joey Avino
	Copyright : Amedia Creative
	Link : www.amediacreative.com
	Email : info@amediacreative.com
	Phone : 310/651/8733
	Fax : 310/388/1210
*/

/* LAYOUT */

html, body {

	height: 100%;
	margin: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
	width: 100%;
	background: #bebebe url('../../../images/main/bg.png') repeat-x top left;
	
}

#logo {

	width: 600px;
	height: 150px;
	background: url('../../../images/main/otm_slimbox_logo.png') no-repeat -30px 20px;

}

a {

	color: #FF0000;
	text-decoration: none;
	cursor: pointer;

}

a:hover {

	color: #323232;

}

img { border: 0px; }

#content {

	width: 800px;
	margin: auto;

}

#disclaimer {

	position: absolute;
	z-index: 2;
	width: 300px;
	top: 25px;
	left: 50%;
	margin-left: 80px;

}

.video {

	float: left;
	margin: 0px 14px;
	width: 130px;
	height: 180px;

}

.clear { clear: both; }

.top { font-weight: bold; }
.green { color: #009900; font-weight: bold; }

h1 { 

	display: block;
	height: 100px;
	width: 384px;

}

#twitter { margin-top:15px; width: 200px; text-align:right; clear:both; font-weight:bold; }