body{
	width: 100%;
	height: 100%;
}
#master{
	width: 760px;
	height: 100%;
	margin: 0 auto;
	border-left: 1px solid #dbdcdc;
	border-right: 1px solid #dbdcdc;
}
#header{
	height: 150px;
	padding: 0 0 0 25px;
	border-bottom: 1px solid #fe0606;
}
#content{
	height: 360px;
	padding: 50px 0 0 25px;
	border-bottom: 1px solid #dbdcdc;
}
#footer{
	padding: 10px 0 0 25px;	
}

/*-------------------------------------------
 * Clearfix
 */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
