body {
	margin:0 auto;
	height:100%;
	text-align:center;
	background-image: url(images/bully.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:bottom right;
	}
	
p{
	font-family:Verdana, Geneva, sans-serif; 
	size:12px;
}

a{
	color: #F00;
	font-size:12px;
	text-decoration:none
}

a:hover{
	text-decoration:underline;
}

.footertxt{
	vertical-align:bottom;
	margin-top:10%;
}

.small{font-size:10px;}

.small a{font-size:10px;}

/**** Form Section ****/


#form{
	text-align:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin:0 auto;
	width:250px;
	padding:10px;
	border:1px #000 solid;
	background-image:url(images/logosmall.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	
}
