html{
	height: 100%;
	background: #8F8A74 url(../images/bg-html.jpg) top left repeat-x;
}

body, div, td, p, h1, h2, h3, input, textarea, select{
	font: 10pt "trebuchet ms", verdana, arial;
	color: #CEC7AD;
}

img{
	border: 0
}

/* links */

a:link, a:visited, a:hover, a:active{
	color:white;
	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;
}

.wrapper{
position: absolute;
left: 50%;
top: 50%;
width: 1747px;
height: 564px;
margin-left: -873px; /* half of width */
margin-top: -282px;  /* half of height */
}

table{
height:100%;
margin:0px auto;
}

#holdercel{
height:100%;
text-align:center;
vertical-align:middle;
padding:0px;
background:url(../images/bg-intro.png) top left repeat-x;
}

.crea{
	position:absolute;
	bottom:0;
	left:10px;
	font-size:8pt;
}