diff --git a/web/css/popup.css b/web/css/popup.css
new file mode 100644
index 00000000..321a820e
--- /dev/null
+++ b/web/css/popup.css
@@ -0,0 +1,63 @@
+/* Styles for popups */
+.d-popup{
+ position:absolute;
+ top:100px;
+ left:0;
+ z-index:100;
+ background-color:#ccc;
+ background:url(../images/info-popup-bg-2.png) repeat;
+
+ width:250px;
+
+ border-radius: 10px;
+ -moz-border-radius: 10px;
+ -webkit-border-radius: 10px;
+}
+.d-popup-inner{
+ padding:20px;
+}
+.d-popup .close{
+ position:absolute;
+ top:10px;
+ right:10px;
+
+ display:block;
+ width:13px;
+ height:13px;
+ background:url(../images/info-popup-sprite.png) no-repeat;
+ cursor:pointer;
+ }
+ .d-popup span.close:hover{
+ background-position:0 -13px;
+ }
+ .d-popup span.close:active{
+ background-position:0 -26px;
+ }
+
+.d-popup-title{
+ font-size:11px;
+ text-transform:uppercase;
+ text-align:center;
+ color:#fffdd4;
+ margin:0 0 9px;
+}
+.d-popup-items{
+ font-size:12px;
+ color:#fff;
+}
+.d-popup-items .item{
+ margin:0 0 9px;
+}
+.d-popup-items a{
+ color:#aaa;
+ padding-right:5px;
+}
+.d-popup .prop-box{
+ display:block;
+}
+.d-popup .prop-title{
+ color:#bbb;
+}
+.d-popup .prop-value{
+ color:#fff;
+}
diff --git a/web/images/Asteroid_Vesta.jpg b/web/images/Asteroid_Vesta.jpg
new file mode 100644
index 00000000..626b75d5
Binary files /dev/null and b/web/images/Asteroid_Vesta.jpg differ
diff --git a/web/images/auth-plus.png b/web/images/auth-plus.png
new file mode 100644
index 00000000..f3f90e53
Binary files /dev/null and b/web/images/auth-plus.png differ
diff --git a/web/images/checkbox-1.png b/web/images/checkbox-1.png
new file mode 100644
index 00000000..f24061a4
Binary files /dev/null and b/web/images/checkbox-1.png differ
diff --git a/web/images/dotted.gif b/web/images/dotted.gif
new file mode 100644
index 00000000..bcb6ab47
Binary files /dev/null and b/web/images/dotted.gif differ
diff --git a/web/images/form-group-collapsed.png b/web/images/form-group-collapsed.png
new file mode 100644
index 00000000..f8ce963d
Binary files /dev/null and b/web/images/form-group-collapsed.png differ
diff --git a/web/images/form-group-expanded.png b/web/images/form-group-expanded.png
new file mode 100644
index 00000000..6c9cd495
Binary files /dev/null and b/web/images/form-group-expanded.png differ
diff --git a/web/images/info-popup-bg-2.png b/web/images/info-popup-bg-2.png
new file mode 100644
index 00000000..e625cb85
Binary files /dev/null and b/web/images/info-popup-bg-2.png differ
diff --git a/web/images/info-popup-bg.png b/web/images/info-popup-bg.png
new file mode 100644
index 00000000..d6b44c2a
Binary files /dev/null and b/web/images/info-popup-bg.png differ
diff --git a/web/images/info-popup-sprite.png b/web/images/info-popup-sprite.png
new file mode 100644
index 00000000..95fecff3
Binary files /dev/null and b/web/images/info-popup-sprite.png differ
diff --git a/web/images/stats-brace.png b/web/images/stats-brace.png
new file mode 100644
index 00000000..83839038
Binary files /dev/null and b/web/images/stats-brace.png differ
diff --git a/web/index.html b/web/index.html
index 1a2a6671..f32a88a6 100644
--- a/web/index.html
+++ b/web/index.html
@@ -8,6 +8,7 @@
+