@charset "iso-8859-1";
/* CSS Document */
body
{
	background:url(../img/background.jpg);
}
#container
{
	background:#fff;
	width:955px;
	height:600px;
	position:absolute;
	margin:-300px 0 0 -477px;
	top:50%;
	left:50%;
}
#logo
{
	background:url(../img/logo.jpg) no-repeat;
	width:329px;
	height:110px;
	margin:118px auto 25px auto;
}
#tarja
{
	background:url(../img/tarja.jpg) no-repeat;
	width:955px;
	height:128px;
}
#fraseinicial
{
	background:url(../img/fraseinicial.jpg) no-repeat;
	margin:45px auto 0px auto;
	width:635px;
	height:21px;
}
#entrar
{
	margin:112px auto 0px auto;
	width:71px;
	height:17px;
}
#copyright
{
	width:955px; 
	position:absolute;
	top:50%; 
	left:50%;
	margin:305px 0 0 -477px;
	text-align:center;
	font-family:Arial,Verdana,Tahoma;
	font-size:12px;
	color:rgb(77,73,72);
	line-height:130%;
}
a
{
	color:rgb(31,26,23);
	font-weight:bold;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}