diff --git a/skins/UabVector.php b/skins/UabVector.php
index 0c6e20a518d36cb1b8612295bed692d53d8cb3f0..846ec2fd1c36dd5392946cbeaabef960f6bf041c 100644
--- a/skins/UabVector.php
+++ b/skins/UabVector.php
@@ -471,6 +471,10 @@ class UabVectorTemplate extends QuickTemplate {
 		<div id="wrapper">
 		<div id="mw-page-base" class="noprint"></div>
 		<div id="mw-head-base" class="noprint"></div>
+                <!-- whitebox-shadow -->
+		<div id="whitebox-shadow">
+                <!-- whitebox -->
+                <div id="whitebox">
 		<!-- content -->
 		<div id="content" <?php $this->html('specialpageattributes') ?>>
 			<a id="top"></a>
@@ -546,6 +550,10 @@ class UabVectorTemplate extends QuickTemplate {
 				<?php $this->renderPortals( $this->data['sidebar'] ); ?>
 			</div>
 		<!-- /panel -->
+                </div>
+                <!-- /whitebox -->
+                </div>
+		<!-- /whitebox-shadow -->
 		<!-- footer -->
 		<div id="footer"<?php $this->html('userlangattributes') ?>>
 			<?php foreach( $validFooterLinks as $category => $links ): ?>