
/**
 *
 * @package 		AlepH
 * @license
 * @copyright (C) 	2008 Matteo Rossi
 * @description 	Definizioni degli stili per la splash page
 * @author 			Matteo Rossi <matteo.rossi@gmail.com>
 */

body {
 width: 761px;
 margin: 10px auto;
 padding: 0;
 font-family: Verdana;
 font-size: 12px;
 color: #000;
 line-height: 16px;
 text-align: center;
}

td {
 font-size: 12px;
 color: #000;
 line-height: 16px;
 text-align: left;
}

#wrapper {
 height: 480px;
 width: 762px;
 border: 1px solid #637599;
}

#left {
 width: 670px;
 float: left;
}

#right {
 float: left;
 width: 90px;
 height: 480px;
 background: #FBFBFB url(http://www.ring14.org/images/logo_verticale.png) top right repeat-y;
 border-left: 1px solid #637599;
}

.desc {
 padding: 5px;
 border-bottom: 1px solid #CCC;
}

#ita {
 float: left;
}

#fra {
 float: right;
}

.lang {
 border: 1px solid #CCC;
 background-color: #E7EFFF;
 text-align: center;
 font-size: 20px;
 line-height: 25px;
 padding: 15px;
 margin: 25px;
 width: 250px;
}

.flag {
 padding: 5px;
 vertical-align: top;
 border-bottom: 1px solid #CCC;
}
