body {
	background: black url(/images/introPageBackground.png) repeat-y;
	margin: 0;
}

#main-container {
	padding: 0;
	width: 921px;
}

#logo {
	background-image: url(/images/introPageLogo.png);

	position: absolute;
	
	top: 57px;
	left: 213px;

	width: 340px;
	height: 194px;
}

.category {
	position: absolute;
	font-family: georgia;
	font-size: 19px;
	color: #c4d8e1;
}

#.categories a {
  text-decoration: none;
}

.name {
	display: none; 
	margin-left: 135px;
	margin-top: 194px;
}

.category:hover .name {
	display: block;
}

#basics {
	background-image: url(/images/rosetta1.png);

	height: 190px;
	width: 239px;

	top: 282px;
	left: 223px;
}

#updates {
	background: url(/images/rosetta2.png) no-repeat;

	height: 188px;
	width: 330px;

	top: 286px;
	left: 479px;
}

#updates .name {
	margin-top: 190px;
}

#photos {
	background: url(/images/rosetta3.png) no-repeat;

	height: 185px;
	width: 330px;

	top: 286px;
	left: 736px;
}

#photos .name {
	margin-top: 190px;
}
