@charset "UTF-8";
/* CSS Document */

body
	{
		background-color: #099;
		background-image: url(images/leaves.gif);
		font-family: "Arial Black", Gadget, sans-serif;
	
	}

#wrapper 
	{
		background-color:#CFF;
		height: 250px;
		width: 800px;
		height:9280px;
		margin:auto;
		background-image: url(images/tree2.gif);
		background-repeat:no-repeat;
		background-attachment:fixed;
		background-position:center;
		text-align:right;
	}
	
#text
	{
		width: 350;
		height:750;
		padding: 120px;
		color: #45281D;
	}

a:link {
	color: #45281D;
	text-decoration:none;
	}
a:visited {
	color: #45281D;
	text-decoration:none;
	}
a:hover {
	color: #066;
	text-decoration:none;
	}
a:active {
	color: #066;
	text-decoration:none;
	}