/*import main styles*/
@import url(style.css);
/*hide header and nav*/
#header {
	display:none;
}