﻿@charset "utf-8";
/* CSS Document */

/* for index.php */


body { 
	background: #474747;
	}

.outer-wrapper { 
	position : absolute; 
	top : 0; 
	min-height: 100%; 
	width : 100%; 
	margin : 0 auto 0 auto; 
	background : #474747;
	}
		
.page { 
	position : absolute; 
	min-height: 100%; 
	width : 100%; 
	top : 0; 
	background : #474747;
	}
