		/* Only for quiz.html */
		
			#quizContentWithBackgroundInner {
				height:499px;
				width:500px;
				margin-top:87px;
				margin-left:60px;
				line-height:25px;
			}
		
			#quizContentWithBackground {
/*				background-image:url(../pyt_images/quiz-background.jpg); */
				background-image:url(../pyt_images/quiz-background.gif); 
				width: 940px;
				height: 612px;
				font-family: Arial, Helvetica, sans-serif;
				background-repeat:no-repeat;
				
			}
			
			#quizContentVideoLinkImages {
				margin-top:15px;
				width:459px;
				height:124px;
			}
			
			#quizContentBottomHeadingCurlyLine {
				margin-top:30px;
				width:410px;
				height:12px;
				background-image:url(../pyt_images/curly-line.png);
				background-repeat:repeat-x;
			}

			#quizContentBulletedText {
				margin-top:30px;
				width:516px;
				height:124px;
				font-size:14px;
				line-height:18px;
				color:#666666;
			}

			#quizContentBottomHeading {
				margin-top:15px;
				width:456px;
				height:29px;
				font-size:20px;
				font-weight:bold;
				color:#F4112E;
			
			}

		/* End of Only for quiz.html */				
