@charset "utf-8";

/* ==================================================
	Azevion Desktop Template
	Desktop Workspace
	--------------------------------------------------
	Defines the visible workspace for the desktop
	template.
	================================================== */


/* Desktop Template Wrapper */

#tp_desktop {
	width: 100%;
	max-width: 980px;
	min-width: 550px;

	min-height: 100vh;

	margin: 0 auto;

	background-color: #eeeeee;
}