/*----------------------------------------------------------------------------
Structural Style Sheet

Template Name:   JJ Absolute Flush
Version:         1.0
Author:          JoomlaJunkie
Support:         https://forum.joomlajunkie.com
Template Guide:  https://guides.joomlajunkie.com

NOTE: Always make a backup of your stylesheets before editing!
----------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	background: #c3c3c3 url(https://pmg-gd-bg.com/images/structure/site-gradient.jpg) repeat-x;
	height: 100%;
	height: 100%!important;
}

}

/* Template Width
*****************************************/
body #wrapper {
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	background-color: #fff;
}

/* Narrow Specific */
body.narrow {
	background: transparent url(../design/wrappershadow-narrow.jpg) no-repeat 50% 0;
}
body.narrow #wrapper {
	width: 780px;
}
body.narrow #content {
	width: 585px;
}

/* Wide Specific */
body.wide {
	background: transparent url(https://pmg-gd-bg.com/design/wrappershadow-wide.jpg) no-repeat 50% 0;
}
body.wide #wrapper {
	width: 1000px;
}
body.wide #content {
	width: 805px;
}