body
		{
		position:relative;
		z-index: 1;
		margin: 0;
		padding: 0;
		font: normal 55% "Trebuchet MS", Tahoma, sans-serif;
		color: #9b9b9b;
		text-align: center;
		background: #000000 url("images/bg_body.gif") 50% 50% repeat-y;
		}
#wrapper
		{
		margin: 10px auto 0 auto;
		padding-bottom: 10px;
		width: 540px;
		text-align: left;
		background-color: #000000;
		}
p
		{
		font-size: 1.3em;
		margin: 10px 25px 0px 25px;
		color: #666666;
		text-align: justify;
		}
a
		{
		color: #eeeeee;
		text-decoration: none;
		}
a:hover
		{
		text-decoration: underline;
		}
object
		{
		display: block;
		}
.red
		{
		color: #ff4400;
		}
.gray
		{
		color: #666666;
		}
