/*****************************************************/
/************* File: index_style.css *****************/
/********* Stylesheet for "Miel y Romero" ************/
/* Jesús López González, Thursday, September 17 2009 */
/***************** mielyromero.com *******************/
/*****************************************************/

body {
	font-size: 0.8em;
	line-height: 15px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: black;
	background-image: url(shared/background.jpg);
	background-repeat: repeat-x;
	height: 750px;
}

#frame {
	position: relative;
	top: 5px;
	margin: auto;
	color: black;
	background-color: white;
	background-image: url(shared/welcome.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 750px;
	height: 565px;
	border-style: solid;
	border-width: 1px;
}

#intro {
	position: relative;
	top: 10px;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 8px;
	text-align: center;
}

#enter {
	position: relative;
	top: 430px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	text-align: center;
}

#enter {
	position: absolute;
	top: 460px;
	left: 300px;
	text-align: center;
}

#enter a {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(shared/menu_background.gif) 100% 0;
	width: 150px;
  	height: 24px;
	padding: 4px 0 4px 10px;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	font-size: 10px;
}

#enter a:link, #enter a:visited {
	color: #5E7830;
	text-align: left;
	font-family: Georgia, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
}

#enter a:hover {
	color: #26370A;
	background-position: 100% -32px;
}

#animation {
	position: absolute;
	top: 370px;
	left: 510px;
}

#animation img { color: #ECF1EF; }

#language {
	position: absolute;
	top: 525px;
	left: 20px;
	color: #4169E1;
	font-family: Arial, sans-serif;
	font-size: 8px;
}

#language a { color: #ECF1EF; }

.end { color: white; }

#footer {
	position: relative;
	top: 10px;
	color: black;
	font-family: Arial, sans-serif;
	font-size: 9px;
	text-align: center;
}


