﻿
/* Allow png opacity "transparently" for ie5.5 to 6. 
Thank you to Angus Turnbull (www.twinhelix.com) : */
img, div { behavior: url(css/iepngfix.htc) }

.img-bt {
	cursor:pointer;
}

.img-bt-txt-on{
	color: #FFCC00;
}

body {
	background-color: #000;
	font:  12px Geneva, Arial, Helvetica, sans-serif;
	/*font: 12px Georgia, "Times New Roman", Times, serif;*/
	color:#ddd;	
	margin: 0;
	padding: 0;
	text-align: left;
	background-image:url(../images/bck_carbon4.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:scroll;
	overflow:auto;	
}

input {
	font-size: 12px;
}

img { border-width: 0px; }

a { 
	color:#FFCC00;
	text-decoration:none;
	
}
a:hover {

	text-decoration:underline;}

#menu {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 210px;
	text-align: left;	
	font-weight:bold;
}
#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	text-align: center;	
}

#twatch {
	margin-bottom: 30px;
	text-align: center;	
}

#floating-watch {
	position:fixed !important;
	bottom:0;
	right:0;
}

#floating-watch img {
	float: right;
}





