html { background-color: #333333; }
body { background: #333333; color: #ffffff; font-family: Helvetica; font-weight: bold; }
#iphone { position: relative; left: 50%; margin-left: -360px; margin-top: 100px; background: url("iphone.png") no-repeat; width:720px; min-height: 400px;}
#khromax { position: relative; background: black; width: 480px; height: 320px; top: 40px; left:120px; overflow: hidden; }
#glass { position: absolute; top: 0px; left:0; background: url('glass.png') no-repeat; width: 480px; height: 320px; }
#score { position: relative; text-align: right; width: 474px; z-index: 50;}
#scoop { margin-top: 100px; }
#help { margin: 1em 2em; opacity: 0.9;}
textarea { width: 100%; height: 130px; }
#submit { text-align: right; }
#thanks { text-align: center; margin-top: 30%; width: 480px;}
