body
{
	margin:0;
	padding:0; 
	font-family: Arial, sans-serif
}

html, body 
{ 
	height: 100%; 
}


#wrapper
{
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
}

#title
{
	position:fixed;
	height:130px;
	top:0px;
	left:0px;
	right:0px;
}

#content
{
	position:fixed;
	top:130px;
	bottom:110px;
	left:0px;
	right:0px;
	min-hight:100%;
	overflow-y: auto;
}

#response
{
	position:fixed;
	top:130px;
	bottom:110px;
	left:0px;
	right:0px;
}

#footer
{
	position:fixed;
	height:100px;
	bottom:0px;
	left:0px;
	right:0px;
	margin-bottom:0px;
	background-color: rgba(255,255,255,1);
}
