@charset "utf-8";
/* CSS Document */

/* ---MAIN-- */

a
	{
	text-decoration: none;
	color: #000;
	}

a:visited
	{
	text-decoration: none;
	color: #000;
	}

a:active
	{
	outline: none;
	}

a:focus
	{
	-moz-outline-style: none;
	}
	
body
	{
	height: 100%;
	background: #E3E3E3;
	margin: 0 0 0 0;
	overflow: hidden;
	}

/* ---MAIN-- */

#lbv2
	{
	width: 854px;
	height: 350px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -427px; 
	/* Half the width of the DIV tag */
	margin-top: -175px; 
	/* Half the height of the DIV tag */
	}
