@charset "utf-8";

#top {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#icons {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
}

#body {
	width: 890px;
	background-image: url(../images/djcarma_tile.jpg);
	background-repeat: repeat;
	height: 620px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
}
#right {
	float: right;
	width: 290px;
	background-image: url(../images/djcarma_tile2.jpg);
	background-repeat: repeat;
	text-align: center;
	height: 600px;
	padding-left: 10px;
}
h1 {
	font-size: large;
	font-style: italic;
	text-decoration: underline;
}
p {
	font-size: medium;
	color: #FFFFFF;
}

