body {
	background-image: url('../images/tree.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.bigfont {
	font-size: 48px;
	color: #666666;
	font-weight: heavy;
	font-family: verdana;
	margin-left: auto;
	margin-right: auto;
}

a:link {
	color: #FF7F00;
	text-decoration: none;
}

a:visited {
	color: #FF7F00;
	text-decoration: none;
}

a:hover {
	color: #6495ED;
}

a:active {
	color: #BCEE68;
}

.img {
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
}