﻿/* This file contains styles specific for the splash page */

#container 
{
	position:relative;
	margin: 0 auto;
	width: 853px;
	height: 624px;
	background-image: url('/_layouts/images/WBFWEB/home_bg.jpg');
	padding-top: 10px;
	padding-left: 10px;
}

.overlay
{
	position:absolute;
	width: 376px;
	height: 91px;
	background-image: url('/_layouts/images/WBFWEB/overlay.png');
	left:0;
	bottom:0;
	font-size: 11px;
	color: #fff;
	padding: 15px 20px 0 20px;
	z-index: 90;
	text-decoration: none;
}


.logo {
	position: absolute;
	top: 425px;
	left: 50px;	
	z-index: 90;
}

.foto
{
	position:relative;	
	width: 416px;
	height: 615px;	
	display: inline-block;
	margin-right: 10px;
}

.foreground
{
	position: absolute;
	width: 416px;
	height: 615px;	
	cursor: pointer;
	z-index: 100;
	border: solid 1px Blue;
	background-color: White;
}