body {
  background: url(images/background.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: black;
  background-position: bottom right;
}
div.large {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/large_screen.png', sizingMethod='scale');
}
html > body div.large {
  background-image: url(images/large_screen.png);
}
div.small {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/small_screen.png', sizingMethod='scale');
}
html > body div.small {
  background-image: url(images/small_screen.png);
}
div.ipod {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/ipod_screen.png', sizingMethod='crop');
}
html > body div.ipod {
	  background-image: url(images/ipod_screen.png);
}
a:link, a:hover, a:visited{
  color: #E5E5B0;
  text-decoration: none;
}
h1 span.primary {
	color: #E5E5B0;
}
h1 span.secondary {
	color: #E5E5B0;
}