body {
  font:					1.1em Century Gothic, Trebuchet MS, Arial, sans-							serif;
  background:			rgb(168,249,255);
  color:				rgb(24,145,152);
  font-size:			17px;
  text-align:			center;
}

#header {
	background:			url("images/band.png") repeat-x;
	margin-top:			40px;
	height:				75px;
}

#icon {
	float:				right;
	margin-top:			-35px;
	margin-right:		100px;
}
DIV.t-error {
	  border: 1px solid red;
			    padding: 0px;
						   margin: 4px 0px;
}
DIV.t-error DIV {
	  padding: 2px;
	 display: block;
		margin: 0px;
	  background-color: red;
	color: white;
	 font-weight: bold;
}


p.text {
	margin-top:			50px;
	text-align:			center;
	font-size:			23px;
}

table {
	background:			white url("images/ootunesbluemedium.png");
	background-repeat:	no-repeat;
	background-position:-150px -300px;
	border:				thin solid rgb(24,145,152);
	padding:			20px 10px 20px 10px;
	margin-right:		auto;
	margin-left:		auto;
	margin-top:			-10px;
	margin-bottom:		20px;
}

th {
	text-align:			right;
	margin-top:			0px;
}

td {
	text-align:			left;
}

#footer {
	padding:			1px 20px 0px 20px;
	height:				50px;
	margin-top:			10px;
	background:			url("images/band.png") repeat-x;
	color:				white;
	text-align:			center;
}

a:link {
  color:               white;
  text-decoration:		none;
}

a:hover {
  text-decoration:		underline;
}

a:visited {
  color:               rgb(75,75,75);
  text-decoration:		none;
}

