html,body {
	width: 100%;
	height: 100%;
}
body {
	margin: -7px 0 0;
	padding: 0;
	background: #282828;
}
/* awakfest 2011
html {
	overflow-y: scroll !important;
	background: url("../images/background/awakefest2011-repeat.jpg") repeat-y scroll center top transparent;
}
body {
	margin: -7px 0 0;
	padding: 0;
	background: url("../images/background/awakefest2011.jpg") no-repeat scroll center top transparent;
}
*/
body,td,th,div {
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1em;
}
h1,h2,h3,h4,h5,p,ul,li {
	margin: 0;
	padding: 0;
}
ul,li {
	list-style: none;
}
table {
	border: none;
}
tr {
	cursor: default;
}
td {
	vertical-align: top;
}
img {
	border: none;
	display: block;
}
form {
	margin: 0;
	padding: 0;
}
input,textarea {
	color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	outline-style: none;
}
textarea {
	overflow: auto;
}
a.submit-newsletter {
	cursor: pointer;
	width: 98px;
	height: 18px;
	background: url(../images/form/submit-subscribe-nl.gif);
	display: block;
	text-decoration: none;
}
	a.submit-newsletter:hover {
		background-position: 0 100%;
	}
a.submit-newsletter-unsubscribe {
	cursor: pointer;
	width: 88px;
	height: 18px;
	background: url(../images/form/submit-unsubscribe-nl.gif);
	display: block;
	text-decoration: none;
}
	a.submit-newsletter-unsubscribe:hover {
		background-position: 0 100%;
	}
a {
	color: #666666;
	text-decoration: none;
}
a, object {
	outline: none;
}
