/* CSS Document */

body, html {
	height:100%;
}

body {
	background-image:url(images/splashbg.jpg);
	margin:0;
}

body, td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#ffffff;
}

a:link, a:visited {
	color:#2256A2;
}
a:hover, a:active {
	color:#4589EB;
	color:#CC6600;
}

img {
   behavior: url("pngbehavior.htc");
}

.containerbox {
	margin:0; 
	padding:0; 
	background:url(images/splashbg2.jpg) 0px 113px repeat-x;
	height:302px;
}
.containerbox2 {
	width:700px; 
	margin:0 auto; 
	text-align:center;
}
.logobox {
	float:left; 
	width:390px; 
	text-align:center;
	margin-top:25px;
}
.bigtirebox {
	margin-top:60px;
	float:right; 
	width:303px; 
	text-align:center;
}
.columnbox {
	width:195px; 
	float:left;
}
.biencome {
	font-size:26px;
	font-weight:bold;
	color:#000000;
}
.biencome a:link, .biencome a:visited {
	color:#000000;
	text-decoration:none;
}
.biencome a:hover, .biencome a:active {
	color:#CC6600;
}
.subtitle {
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.yellow {
	color:#FFD800;
}
.tagline {
	color:#ffffff;
	font-size:14px;
}
