body		{ background-color : black; color : black; margin: 10px }

a { color: #00FF00; font-weight: normal }
a:visited { color: Green; font-weight: normal }
a:hover { color: Red; text-decoration: none; font-weight: normal }

div			{ 
				font-family: Verdana, Arial;
				font-size: 12pt;
				color: WhiteSmoke;
				vertical-align: top;
				text-align: left;
			}
.content	{
				padding: 10px 10px 10px 10px;
				text-align: left;
				position: absolute;
				z-index: 2;
			}
.container	{
				border: 1px solid Green;
			}
.header		{
				background-color: Green;
				color: Black;
				text-align: center;
				font-size:20px;
			}
.background {
				width: 100%;
				background-color: Black;
				opacity: .75;
				filter:alpha(opacity=75);
				-moz-opacity: 0.75;
			}	
.big_box	{
				background-image: url('/images/hdr/tokyo_dynamic_1.jpg');
				background-repeat: no-repeat;
				background-attachment: fixed;
				margin: 0px;
				height: 1050px;
				width: 975px;
			}
.list		{ padding-bottom: 5px; }
.bullets	{ list-style-type: circle; position: relative; left: -20px }

li			{ list-style-type: disc; font-size: 12px; }

