/* style sheet file for main page of sfm-online.com */

body {
	background-color: #f0f0f0;
	margin: 0px;
}

/* anker */

a {
	font-family: Verdana, Arial, sans-serif;
}

#note {
	font-size: 10pt;
	color: #707070;
	font-weight: bold;
	letter-spacing: 1px;
}


/* divs */

#outer {
	width: 300px;
	height: 300px;
	background-image: url(../gfx/sfm_logo_trans.png);
	background-repeat: no-repeat;
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
}

#vertical-center{
	width: 300px;
	height: 300px;
	display:table-cell;
	vertical-align:middle;
}

#spread {
	display: table;
	border: 1px solid #b0b0b0;
	border-radius: 8px;
	background: rgb(250, 250, 250); /* Fall-back for browsers that don't support rgba */
    background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	text-align: center;
	box-shadow: 0 4px 4px -4px #555555;
}
