#container {
	width: 780px;
	height: 498px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -390px;
	margin-top: -249px;
	z-index:1;
	background: #fff;
	}

#logo_home {
	padding: 50px 0 50px 235px;
}

#text_home {
	width: 500px;
	padding: 0 0 5px 150px;
}

#links_home {
	padding: 50px 0 40px 270px;
}

#links_home a {
	color: #CE1141;
	font-size: 15px;
	padding-right: 50px;
}

#portal-searchbox_home {
	padding-left: 145px;
}

input.home {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #00539F;
	width: 400px;
}

input.searchButton_home {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #00539F;
}

#links_home a:hover {
	text-decoration: underline;
}

p.home {
	color: #00539F;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 130%;
        text-decoration: none;
}

p.powered {
	text-align: right;
}