/* *****************************
 *
 * Import CSS file.
 *
 **************************** */
@import url('reset.css');
@import url('rayout.css');
@import url('content.css');

html,
body{
	min-width: 768px;
}