div#container
{
		position:	;
		relative:	;
}

body
{
		font-size:	small;
		font-family:	arial, helvetica, sans-serif;
}

.tickerbox
{
		width:	770px;
		margin:	10px;
		padding:	0;
		height:	20px;
}

.tickerbox ul
{
		margin:	0px;
		width:	770px;
		padding:	0;
		height:	20px;
}

.tickerbox li
{
		width:	100%;
		list-style:	none;
		list-postion:	inside;
		position:	absolute;
		top:	12px;
		left:	10px;
		padding:	0px;
		overflow:	hidden;
		color:	white;
		line-height:	16px;
}

.hovered
{

}

.box
{
		border:	4px groove #FFFF00;
		display:	none;
}

.notes
{
		width:	50%;
}

.mods
{
		position:	relative;
		margin:	60px;
}

