/* CSS GENERAL
   for all designs */

body {
	padding: 0px;
	margin: 0px;
	text-align: center;

}
body, td, th {
	font-family: Tahoma, Arial;
	font-size: 11px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#el_flash {
	width:900px;
}
#el_music {
	/* width:900px;*/
	font-size: 11px;
	margin: 5px 0 10px 0;
	text-align:right;
}
#el_footer {
	width:900px;
	font-size: 11px;
	margin-top: 20px;
	line-height:18px;
}
