/**
 * @package Joomla
 * @subpackage Accessible-Template-Florale
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

img{border-style: none;}
a{
	color: #000;
	text-decoration: underline;
}
a:hover{text-decoration: none;}
html, body{height: 100%;}
body{
	margin: 0;
	font: 12px/15px Arial, Helvetica, sans-serif;
	color: #000;
	background: #bcbec0 url(../images/bg-body.png) repeat-x;
	min-width: 852px;
}
#main{
	width: 100%;
	height: 100%;
	position: relative;
}
#container{
	width: 828px;
	padding: 0 12px;
	height: 100%;
	margin: 0 auto;
}
#page{
	min-height: 100%;
	width: 100%;
	background: #fff url(../images/bg-black.gif) repeat-y;
}
* html #page{height: 100%;}
