/*
 * Proyect	:	MONDRAKER
 *
 * File		:	main.css
 * Created	:	25/09/2008
 * Company	:	nitsnets | studios
 *
 */

/* 
 * -----------------------------------------------------------------------------
 * 						  		MAIN ESTRUCTURE
 * -----------------------------------------------------------------------------
 *
 */

html, body {
	margin:0; padding:0; height:100%;
	background-color: #000000;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF;
	behavior:url(js/csshover.htc);
}

a {
	color:#FFFFFF;
	text-decoration:none; border:0px;
}

a:hover {
	color:#FFFFFF;
	text-decoration:none; border:0px;
}

#header {
	height:90px;
}

#clearheader {
	height:90px;
}

.centered_content {
	width:950px; height:580px;
	text-align: center;
	position: absolute;
	left: 50%; top: 50%;
	margin-left: -475px; 	/* Half the width of the DIV tag which is 50 pixels */
	margin-top: -290px; 	/* Half the height of the DIV tag which is also 50 pixels */
	background-image:url(skin/splash_zero.jpg); background-repeat:no-repeat;
}

.buttons {
	width:340px; height:21px; margin:0 auto; margin-top:410px;
}

.bt_entrar {
	width:152px; height:21px;
	background-image:url(skin/bt_entrar.jpg); background-repeat:no-repeat;
	float:left;border:0px;
	cursor:pointer;
}

.bt_enter {
	width:152px; height:21px;
	background-image:url(skin/bt_enter.jpg); background-repeat:no-repeat;
	float:right; border:0px;
	cursor:pointer;
}