@charset "UTF-8";
/* CSS Document */

body { 
  	background: url(imgs/SDI_web_01_0001_Hue_Saturatio.png) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale');
}

#container		{
   	position: absolute;
   	top: 50%;
   	margin-top: -200px;
   	left: 0;
   	width: 100%;
}

#content	{
	background: url(imgs/SDI_web_01_0000_Shape-1.png) no-repeat center center fixed; 
	width: 624px;
   	margin-left: auto;
   	margin-right: auto;
   	height: 395px;
}