/* css Synergie (c) Maarten Deketele */

html{
	height: 100%;
	overflow-x:hidden;
	overflow-y:auto;
	background: gray url(../images/bg-flash.jpg) 50%;
	scrollbar-face-color:#CBC6AB;
	scrollbar-arrow-color:#8E8A73;
	scrollbar-track-color:#E5E5C6;
	scrollbar-shadow-color:#CBC6AB;
	scrollbar-highlight-color:#CBC6AB;
	scrollbar-3dlight-color:#CBC6AB;
	scrollbar-darkshadow-color:#CBC6AB;
}

body, div, td, p, h1, h2, h3, input, textarea, select{
	font: 8pt "trebuchet ms", verdana, arial;
	color: red;
}

img{
	border: 0
}

/* links */

a:link, a:visited, a:hover, a:active{
	color:red;
	text-decoration:none;
}

a:link.intro, a:visited.intro, a:hover.intro, a:active.intro{
	font-size:12pt;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 auto;
}

body{
	height:100%;
	margin:0;
	text-align:center;
	font:8pt arial,verdana;
}

table{
height:100%;
margin:0px auto;
}

td{
height:100%;
text-align:center;
vertical-align:middle;
}

#introbox{
	margin:auto;
}

a:link.crea, a:visited.crea, a:hover.crea, a:active.crea{
	position:absolute;
	bottom:0;
	right:10px;
	font-size:8pt;
	color:#666;
}

p{
	margin:0 auto;
	width:780px;
	text-align:right;
}