* { 
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	background: url(../img/Stars-by-Will-Jayroe.jpg) #000 center top no-repeat;
	color: #fff;
}

a { 
	color: #ccc;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 32px;
}

h1 sup {
	font-size: 20px;
}

h1 span {
	color: #f00;
}

#container {
	width: 430px;
	height: 310px;
	background: url(../img/panel-bg.png) transparent top left no-repeat;
	margin: 80px auto;
	text-align: center;
}

#header {
	display: block;
	padding-top: 30px;
}

#toDoIsToBe {
	width: 350px;
	margin: 35px auto;
	text-align: left;
}

#toDoIsToBe li {
	margin-left: 20px;
	white-space: nowrap;
}

#links {
	font-size: 13px;
}

#footer {
	padding: 30px 0 0 0;
	font-size: 10px;
}
