		* {margin:0;padding:0}
		/* mac hide \*/
		html,body{height:100%;width:100%;}
		/* end hide */

/*-- HOME --*/

		body {
			min-height: 400px;/* for good browsers*/
			min-width: 100%;/* for good browsers*/
			}

		#outer{
			height: 100%;
			width: 100%;
			display: table;
			vertical-align: middle;
			}

		#container {
			text-align: center;
			position: relative;
			vertical-align: middle;
			display: table-cell;
			height: 400px;
			}

		#inner {
			width: 100%;
			background: #ffffff;
			height: 400px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			border-top: 1px dashed #ccc;
			border-bottom: 1px dashed #ccc;
			}

/*-- ABOUT --*/

		body.about {
			min-height: 488px;/* for good browsers*/
			min-width: 100%;/* for good browsers*/
			}

		.about #outer{
			height: 100%;
			width: 100%;
			display: table;
			vertical-align: middle;
			}

		.about #container {
			text-align: center;
			position: relative;
			vertical-align: middle;
			display: table-cell;
			height: 488px;
			}

		.about #inner {
			width: 100%;
			background: #ffffff;
			height: 488px;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			border-top: 1px dashed #ccc;
			border-bottom: 1px dashed #ccc;
			}