﻿#shadowLeftTop
{
	background-image:url(Images/GI_Layout/LeftTopshadowBg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	overflow:visible;
	clear:both;
	margin:0;
	height: 100%;
}
#shadowRightTop
{
	background-image:url(Images/GI_Layout/RightTopshadowBg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	overflow:visible;
	height: 100%;
}
#shadowLeftBottom
{
	background-image:url(Images/GI_Layout/LeftBottshadowBg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	overflow:visible;
	height: 100%;
}
#shadowRightBottom
{
	background-image:url(Images/GI_Layout/RightBottshadowBg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	overflow:visible;
	padding:0 16px;
	height: 100%;
}
