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

body {
		background-color: #000000;
		font-family: Arial, sans-serif;
		margin: 0; 
		padding: 0;
		min-width: 950px;
		}
		
#all {
		width: 950px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		}

#video { 
			width: 550px;
			margin: 0 auto;
			}
			
#video-ppd-la { 
			     width: 800px;
			     margin: 0 auto;
			     }			
			

#video-theman { 
			width: 853px;
			margin: 0 auto;
			}
			
#video-redhat { 
			width: 700px;
			margin: 0 auto;
			}
			

#title { 
			width: 560px;
			margin: 0 auto;
			}
			
#title-redhat { 
			width: 710px;
			margin: 0 auto;
			}
			
			
#title-ppd-la { 
				width: 810px;
				margin: 0 auto;
				}			
			
			
#hd-ppd {
			width: 1280px;
			margin-top: 25px;
			margin-left: auto;
			margin-right: auto;
			}
			

.title {
  padding-left: 120px;
  min-height: 120px;
  background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.playButton {
  background-color: #000000;
  cursor: pointer;
  font-weight: regular;
  font-size: 14pt;
  
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 50%;
  zoom: 100%;
  padding: .5em 1em;
  color: #C66B2E;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.8;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}
