﻿@charset "UTF-8";

body, html, #flash_main, #no_flash_player {
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0;
	font-family:georgia, times new roman, serif;
	color:#433125;
	background:#4a3d2d url(../imgs/alternatives/background_no_flash.jpg) center center;
}
a {
	color:#433125;
	font-size:14px;
	text-decoration:none;
}
a:hover {
	font-weight:bold;
}
#no_flash_player {
}
#no_flash_player #content h4 {
	margin:0;
	color:#433125;
	display:none;
}
#no_flash_player #content p {
	margin:10px;
}
#no_flash_player #content {
	width:250px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:75px;
	margin-top:-10px;
	text-align:center;
	font-size:16px;
}

.hide {
	display:none;
}
