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

body{
	background-image:url(../images/bacgroundmedia.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#000000;
}
h1 {
	font-size:48px;
	font:"Times New Roman", Times, serif;
	font-stretch:expanded;
	font-style:italic;
	color: red;
	margin-left:100px;
}
#patch {
	margin-left: 100px;
}
#anat{
	margin-left:1050px;
}

#foodnotbombs {
	margin-left:475px;
	margin-top:-500px;
}
#wrapper {
	position:relative;
	width:800px;
	height:1000px;
	margin:0px auto 0px auto;
}
#donate{width:200px;
	height:200px;
	position:absolute;
	right:500px;
	top:700px;
}


#helpmeout {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #F00;
	text-align:center;
}
a:link {color:red}      /* unvisited link */
a:visited {color:blue}  /* visited link */
a:hover {color:#909}  /* mouse over link */
a:active {color:#900}  /* selected link */
a:link {text-decoration: none}
a:visited {text-decoration:underline}
a:active {text-decoration: none}

#content {margin-top:-350px;
}