body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1C44C4;
	font-size: 24px;
	background-image: url(images/tile-atk.gif);
}
#text {
	padding-right: 15px;
	padding-left: 15px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 32px;
	background-color: #ccdef0;
	border: 2px solid #1C44C4;
}
#text #link {
	text-align: center;
	margin-top: 10px;
	background-color: #1C44C4;
	padding: 10px;
	border: 1px solid #284EC7;
}
#text #link a {
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
}
#footer {
	text-align: center;
	padding: 10px;
}
#footer a {
	font-size: 12px;
}
#tile {
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFD894;
}
#pics {
	text-align: center;
	background-color: #CCDEF0;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 2px solid #1C44C4;
}
#pics ul {
	margin: 0px;
	padding: 0px;
}
#pics li {
	list-style-type: none;
	display: inline;
}
#pics li img {
	border: 1px solid #1C44C4;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 4px;
	margin-left: 4px;
}
#wrap {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
