body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: white;
	text-align: center;
	color: #82775b;
}
a{
	text-decoration: none;
	font-weight: bold;
	color: #ff51ad;
}
a:hover{
	text-decoration: underline;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
#intro{
	background-image: url(images/intro.gif);
	text-align: center;
	width: 621px;
	height: 461px;
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#welcome{
	position: relative;
	top: 260px;
	left: 140px;
	text-align: center;
}
#welcome h1{
	font: inherit;
}
#languages{
	position: relative;
	top: 400px;
	left: 119px;
}
#created{
	text-align: left;
	width: 621px;
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}