#futurevalue {
    height: 200px;
    width: 800px;

    position:relative;
    top: 20%;
    left: 50%;
    margin-top: -100px;
    margin-left: -200px;
}


h1 {
    margin: 2%;
	float: center;
	text-align:left;
	font-size: 25px;
}

body {
float: left;
}

/*make responsive*/
#wrap {
	width:auto;
	max-width:800px
}
#frontphoto {
	width:100%;
	height:auto;
	margin:auto;
	display:block;
}
img {max-width:100%}
#footer {width:auto}
@media screen and (max-width:600px) {
	#avmenu {float:none;width:auto;}
	#avmenu ul {width:100%}
	#avmenu img, #avmenu iframe, #avmenu ins, #content ins, ins {
		display:block!important;
		margin:auto!important;
		max-width:100%;
		overflow:hidden;
	}
	#content {margin:10px 0}
	.announce {margin:auto}
 	#header, #footer, #content {margin:0 0 10px}
	#header h1 {float:none;	width:auto;}
	* {	max-width:100%}
	#wrap {overflow:hidden}
}

/*end responsive*/


#article {
padding: 2% 10%;
}
