* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: url(../images/bg.jpg) top left repeat-x #41aad6;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
}

html, body, #holder {
	height: 100%;
}

a {
	text-decoration: none;
}

#myContent {
	color: white;
	font-size: 14px;
}

#myContent a {
	color: #ff9900;
}

#myContent a:hover {
	color: #ffcc00;
}