#PanelAccess
{
}
#PanelAccess h1
{
	text-align				:	center;
	background-image			:	url( 'image/Panel/Main.jpg' );
}
#PanelAccess iframe
{
	width					:	100%;
	height					:	450px;
}

/*
======================================
Smart Phone
======================================
*/
@media screen and (max-width: 800px)
{
	#PanelAccess iframe
	{
		height					:	200px;
	}


}
