@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font: 'trebuchet ms',arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;


}

/* 18 42 216 167*/

/*
<object width="218" height="168" id="defragfilm">
		    <param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6660441&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" />
		    <embed src="http://vimeo.com/moogaloop.swf?clip_id=6660441&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="199" height="148"></embed>
	      </object>
*/

#defragtv {

	width: 251px;
	height::400px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */

	background-image:url(/images/defragtv.png);
	background-attachment:fixed;
	background-repeat:no-repeat;

}

 #defragfilm {
	position: absolu;
	right: 108px;
	top: 21px;
}

.oneColElsCtr #container {
	width: 320px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	/*
	background-image:url(/images/theyellowsharkBG.png);
	background-attachment:fixed;
	background-repeat:no-repeat;
	*/
}

.oneColElsCtr #header {
	background: #000000; 
	padding: 0 20px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: left; /* this overrides the text-align: center on the body element. */
	display: block;
	line-height: 18pt; 
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1, h2, h3, h4, h5, h6 
{
	color:#FC0;
}
a {
	color:#FC0;
	outline:none;
	border:none;
}

a:hover{
	text-decoration:none;
}
#leftnav {
	position:relative;
	/*
	left: 9px;
	top: 7px; */
}
#rightnav {
	position: absolute;
	right: 20px;
	top: 18px;
}
.oneColElsCtr #footer {
	background: #000000; 
	margin: 0;
	padding: 0 20px;
	display: none;
	line-height: 18pt; 
	text-align: left;
}

