+a#logo {
+ background: url(welcome/images/logo-sencha-sm.png) no-repeat 0 100%;
+ display: block;
+ height: 58px;
+ margin: 0 0 24px;
+ overflow: hidden;
+ padding: 0px;
+ text-indent: 150%;
+ white-space: nowrap;
+ width: 134px;
+}
+
+#header {
+ background: url(welcome/images/ext-comp.png) no-repeat 100% 48px;
+ height: 320px;
+}
+
+#header h1 {
+ font-size: 32px;
+ margin: 45px 0 12px;
+ width: 350px;
+}
+
+#header p {
+ color: #555;
+ font-size: 16px;
+ line-height: 1.5;
+ width: 360px;
+}
+
+div.button-wrap {
+ padding: 0 0 1em;
+}
+
+.button:link,
+.button:visited {
+ background: #2a64a6;
+ border: 1px solid;
+ border-color: transparent transparent rgba(0,0,0,0.4) transparent;
+ -webkit-border-radius: 13px;
+ -moz-border-radius: 13px;
+ border-radius: 13px;
+ color: #fff;
+ display: table-cell;
+ font-size: 13px;
+ font-weight: bold;
+ height: 13px;
+ padding: 2px 12px;
+ text-align: center;
+ text-decoration: none;
+ text-shadow: 0 1px 0 rgba(0,0,0,0.4);
+ width: 114px;
+}
+
+.button:hover,
+.button:focus {
+ background: #265B98;
+}
+
+.button:active {
+ background: #1F4C7E;
+ border-color: rgba(0,0,0,0.4) transparent transparent transparent;
+ text-decoration: none;
+ text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
+}
+
+h2 {
+ font-size: 18px;