/* Main css template */
@import url('css/main.css');

/* Tweetter test template */
@import url('css/twits.css');

/* Apply the magic effect of JS */
@import url('css/js.css');

HTML, BODY
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif!important;
	font-size: small;
	color:#000000;
	height:100%;
	background: #FFFFFF;
	font-size: 11px;
}