@charset "UTF-8";
/* CSS Document */


/*===================================
	GLOBAL
===================================*/

/* START: Zeroer */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,h7,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	line-height: 1em;
}

button::-moz-focus-inner { padding: 0; border: 0; }
* {margin:0; padding:0;}
/* END: Zeroer */

html {color:#fff; font-family: Arial; font-size: 12px;}
body {background: url('../img/banner.jpg') no-repeat center top; text-align: center; height: 100%; /* for older browsers */}

#main {margin: 0 auto; position: relative; width: 100%; text-align: left;}
.inside {margin: 0 auto; position: relative; width: 730px;}

#header, #navigation, #content, #footer {position: relative;}

/*---- BACKGROUND SETTINGS ----*/
#header {height:535px;}
#content {height:300px;}

/*===================================
	HEADER
===================================*/
.donate_container {position: absolute; right: -27px; top: 16px;}
a {color: #829F6D !important;}

/*===================================
	CONTENT
===================================*/

#content .inside {width:960px;}

.myspace {position: absolute; left: 145px; top: 20px; width: 125px; height: 127px; background: url('../img/myspace.jpg') no-repeat; overflow: hidden;}
	.myspace a {height: 127px; width: 125px; display: block; text-indent: -9999px;}
.facebook {position: absolute; left: 319px; top: 20px; width: 123px; height: 127px; background: url('../img/facebook.jpg') no-repeat; overflow: hidden;}
	.facebook a {height: 127px; width: 125px; display: block; text-indent: -9999px;}


/*===================================
	FOOTER
===================================*/
#footer .inside h1 {color: #000; font-size:18px; padding-bottom: 25px;}
#footer .inside table {padding-bottom: 50px;}
#footer .inside table td {padding: 3px; vertical-align: top; color: #000;}
#footer .inside table td.odd {background: #e3f0d9;}
.special_thanks {position: absolute; right: 0; top: 0; padding-bottom: 100px;}
.status {position: absolute; left: 0; top: 0; width: 280px; color: #000; padding-bottom: 100px;}
.status p {color: #000; padding-bottom: 15px; font-size: 14px; line-height: 20px;}
.donate_button {padding-top: 10px;}
