/* This stylesheet was made by Trent Marinelli for woahgirl.com and the mindblown organization in September of 2006.  Go ahead and reuse whatever you want on this sheet, it is a great way to learn CSS. */

body 			{ 	background-color: #FFFFFF;
					background-image: url(bg.gif);
					margin: 0px 0px 0px 100px;
					padding: 0px;
					text-align: center;
				}
				
.main			{	width: 600px;
					height: 100%;
					background-color: #FFFFFF;
					position: absolute;					
				}
					
.menu			{	font-family: arial, sans-serif;
					font-size: 9px;
					color: #FFFFFF;
					text-decoration: none;
					background-color: #808080;
					height: 15px;
					vertical-align: middle;
				}
				
a				{	text-decoration: none;
				
				}

a:hover			{	text-decoration: underline;
				
				}
				
span				{	vertical-align: middle;
				}
				

				

	
