/* RESET CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	color: #242424;
	background: #000000;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* GENERAL */
body {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	}
a {
	text-decoration:underline;
	color: #4effc0;
	}
a:hover {
	text-decoration:line-through;
	}
h1, h2, h3, h4 {
	font-weight:normal;
	}
legend{
	display:none;
	}
html, body {
	height: 100%;
	color: #242424;
	background: #000000;
	}
td {
	padding-right: 4px;
	}

/* LOGO */
	
#logo {
	padding: 33px 0px 0px 35px;
	display: block;
	}
	

#home {
	color: #242424;
	font-size: 11px;
	line-height: 13px;
	overflow: hidden;
	}
	

	
	#todo {
		font-size:13px;
		line-height: 18px;
	position: absolute;
	width:190px;
	color:#333;
	top: 200px;
	right: 250px;
	overflow: hidden;
	}
	

