/* Main TT Portal CSS 2008 last update 07.08.08 */
* {
	margin: 0;
	padding: 0;
}

html {
	background-color: #fff;
	font-family: Verdana, Arial, sans-serif;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

#outermost {
	display: block;
	width: 800px;
	height: 588px;
	background: transparent url(layoutimages/tt_style-at1.jpg) no-repeat;
	border: none;
	color: #456;
	margin: 0 auto;
	position: relative;
}

.leftheader {
	width: 18em;
	text-align: right;
	position: absolute;
	top: 6em;
	color: #333;
}

#comingsoon {
	margin: 2em 0 0;
	border: none;
	outline: none;
	text-align: right;
}

a#comingsoon:link, a#comingsoon:visited {
	color: #333;
	text-decoration: none;
}

a#comingsoon:hover {
	color: #000;
}
