/**
 * @author  ( Angie Radtke  )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2009 Open Source Matters. All rights reserved.
 * @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.
	/* Typography =================================================== */

html { 
margin:0; 
padding:0; 
width:100%; 
font: normal 14px "Trebuchet MS", Arial, Tahoma, Verdana; 
line-height:21px; 
color:#333; 
z-index:1; 
background:#fff;
height:920px;
}


body
{

		line-height:21px; 
		color:#333;
		font: normal 14px "Trebuchet MS", Arial, Tahoma, Verdana; 
        padding: 0px;
        text-align: center;
}
#avaleht {
position:relative;
width:100%;
height:920px;
margin: 0 auto;
padding: 0;
display:table;
vertical-align: center;
}

div.a1 {
width:50%;
height:100%;
float:left;
background:url(../images/taust2.gif) repeat-x;
display:table;
vertical-align: center;
}

.a-img {
margin:0;
padding:0;
}

div.a2 {
width:50%;
float:right;
height:100%;
background:url(../images/taust1.gif) repeat-x;
display:table;
}

div.a3 {
width:100%;
margin:300px 0;
}


