/* CSS Document */

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #b3afbe;
	background-image: url(bgimg.png);
	background-repeat:repeat-x;
}

#wrapper {
	position:absolute;
	left: 50%;
	top: 47%;
	margin-top: -300px;
	margin-left: -400px;
	width: 800px;
	height: 600px;
	background-color: #b3afbe;
	background-image: url(tom-stone.jpg);
	background-repeat:no-repeat;
	border: 1px solid #FC6;
}

.citatbox {
	position:absolute;
	width:532px;
	left: 243px;
	top: 76px;
}


#newsticker {
	POSITION: relative;
}
#newsticker UL {
	padding: 0 0 0 0;
}
#newsticker LI {
text-align:center;
}
#newsticker LI h1 {
font-family:Palatino,'Palatino Linotype',Utopia,Georgia,serif;
	COLOR: #fffdf0;
	font-size: 38px;
	line-height: 53px;
	font-weight:normal;
	padding: 0;
	margin: 0;
}
#newsticker LI p {
	COLOR: #212;
	line-height: 22px;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#newsticker LI p a {
	COLOR: #FC6;
	text-decoration:none;
	background-color: #909090;
}

#newsticker LI p a:hover {
	COLOR: #000;
	text-decoration:none;
	background-color: #FC6;
}

#newsticker LI.error {
	COLOR: #f00;
}
#newsticker #togglenewsticker {
	DISPLAY: none;
}