/* 
JD Audio & Video Design

NoFlash Page

*/


body {
      background-color: #007198;
      margin:0px; 
	  padding:0px;
	  background-image:url(images/bgRepeat.jpg);
	  background-repeat:repeat-x;
      }
	  
#noFlash {
	position:absolute;
	width:300px;
	height:622px;
	left:50%;
	margin-left:-150px;
}

