html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #eeeeee;
	background: #000000;
}

h1 {
	font-size: 160%;
	position: relative; left: -10px;
	margin: 0;
	padding: 0;
}

h2 {
	font-size:80%;
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}
a:link, a:visited {color: #466bb0;}
a:active, a:hover {color: #f8f8f8;}
a img {border: none;}

#window-main {
	width: 600px;
	height: 300px;
	margin: auto;
	position: absolute; top: 50%; left: 50%; margin-top: -150px; margin-left: -300px;
	background: url(../img/window-main.png) no-repeat top left;
}

#window-content
{
	width: 260px; height: 200px;
	padding: 10px;
	position: relative; margin-top: +45px; margin-left: +235px;
}

#window-links
{
	width: 120px; height: 90px;
	font-size: 120%;
	line-height: 20px;
	font-weight: bold;
	position: relative; margin-top: -55px; margin-left: 15px;
	text-align: left; vertical-align: bottom;
}

#window-twitter {
	z-index: +1;
	width: 176px; height: 176px;
	position: absolute; top: 50%; left: 50%; margin-top: -170px; margin-left: +240px;
}

#icon-twitter {
	z-index: +1;
	width: 48px; height: 48px;
	position: absolute; top: 50%; left: 50%; margin-top: +117px; margin-left: +110px;
}
#button-twitter {
	display: block;
	width: 48px; height: 48px;
	background: url(../img/Twitter_48x48_Hover1.png) no-repeat 0 0;
	background-position: 0 -48px;
}
#button-twitter:hover {background-position: 0 0;}
#button-twitter span {display: none;}

#icon-facebook {
	z-index: +1;
	width: 48px; height: 48px;
	position: absolute; top: 50%; left: 50%; margin-top: +117px; margin-left: +165px;
}
#button-facebook {
	display: block;
	width: 48px; height: 48px;
	background: url(../img/FaceBook_48x48_Hover1.png) no-repeat 0 0;
		background-position: 0 -48px;
}
#button-facebook:hover {background-position: 0 0;}
#button-facebook span {display: none;}

#icon-myspace {
	z-index: +1;
	width: 48px; height: 48px;
	position: absolute; top: 50%; left: 50%; margin-top: +117px; margin-left: +220px;
}
#button-myspace {
	display: block;
	width: 48px; height: 48px;
	background: url(../img/MySpace_48x48_Hover1.png) no-repeat 0 0;
		background-position: 0 -48px;
}
#button-myspace:hover {background-position: 0 0;}
#button-myspace span {display: none;}

#icon-donate {
	z-index: +1;
	width: 92px; height: 26px;
	position: absolute; top: 50%; left: 50%; margin-top: +164px; margin-left: -46px;
}
#button-donate {
	display: block;
	width: 92px; height: 26px;
	background: url(../img/donate_92x26_Hover2.png) no-repeat 0 0;
}
#button-donate:hover {background-position: 0 -26px;}
#button-donate span {display: none;}

.center {
	text-align: center;
}

