/* F U S I A CSS Document */
body{
	margin:0px;
}
#bg-image {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0 auto;
	background: url('../images/bg.jpg') center -10px no-repeat;
}

.normal {
	font-family: Tahoma, Times, serif;
	font-size: 8pt;
	color: #000000;
	}
	
.purple {
	font-family: Tahoma, Times, serif;
	font-size: 7.5pt;
	color: #B5107D;
	}	
	
.smllilac {
	font-family: Tahoma, Times, serif;
	font-size: 8pt;
	color: #9E9292;
	}

.smlgray {
	font-family: Tahoma, Times, serif;
	font-size: 7.5pt;
	color: #636363;
	}
	
.smlpurple {
	font-family: Tahoma, Times, serif;
	font-size: 7.5pt;
	color: #B5107D;
	}	
	
.copyright {
	font-family: Tahoma, Times, serif;
	font-size: 7.5pt;
	color: #D0CECE;
	}	
h1 {
	font-family: Tahoma, Times, serif;
	font-size: 8pt;
	color: Gray;
	font-weight:normal;
	margin:0;
}

a:link, a:active, a:visited {
	color: #4DA773;
	font-family: Tahoma, Times, serif;;
	font-size:8pt;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-family: Tahoma, Times, serif;
	font-size:8pt;
	text-decoration: undeline;
}

a.smllink:link, a.smllink:active, a.smllink:visited {
	color: #4DA773;
	font-family: Tahoma, Times, serif;;
	font-size:7.5pt;
	text-decoration: none;
}
a.smllink:hover {
	color: #92E2B4;
	font-family: Tahoma, Times, serif;
	font-size:7.5pt;
	text-decoration: undeline;
}
li{
	margin-top:10px;
	list-style : none;
	margin-left:-40px;
	padding-left:36px;
	padding-bottom:10px;
	background-image: url(../images/comment.gif);
	background-repeat: no-repeat;	
	border-bottom:1px dashed #999999;
}
#tweet{
	height:230px;
	overflow:hidden;
}
