@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
#comingimg {
	position: absolute;
	left: 300px;
}
#homebodytext {
	font-family: "Palatino Linotype", Papyrus, "Kristen ITC", "Lucida Calligraphy", cursive;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	margin-right: 60px;
	padding: 0px;
	margin-left: 60px;
}
#homebodytitle {
	font-family: Tolkien, "Tempus Sans ITC", "Stylistic SF";
	font-size: 24px;
	font-weight: bold;
	color: #008000;
	text-align: left;
	padding: 0px;
	margin-left: 35px;
	margin-top: 25px;
}
#homebodycontent {
	text-align: left;
	padding-left: 3px;
	background-color: #000000;
	background-image: url(images/contenthomebackgroundfroggy.png);
	background-repeat: no-repeat;
}
#portfoliobodycontent {
	background-color: #000000;
	background-image: url(images/portfoliocontentbackground.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 3px;
}
