html {
	height:100%;
}
body {
	height:100%;
	text-align:center;
	font: 11px Arial, Helvetica, sans-serif;
	background: #01557c;
	padding: 0;
	margin: 0;
}
img {
	border: none;
}

.containerMenuMain
{
	background-image:url(../images/jvj/BgWave.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

/* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}

/* dock2 - bottom */
#dock2 {
	width: 100%;
	bottom: 40%;
	position: absolute;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 100px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%;
}

.titleWelcome
{
	color:#fff;
	height:30px;
}

.titleWelcome b
{
	color:#FF0000;
}

.skip
{
	text-align:right;
	padding:10px 50px 10px;
}

.skip a
{
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
}
.skip a:hover
{
	color:#FF0000;
}

.copyright
{
	color:#fff;
	height:30px;
}