diff --git a/webroot/css/widget.css b/webroot/css/widget.css
index 1859c7883ff48c275829da5e21491b5672601671..9ae3cee8d6e2256686d46e21c8978324b471c3b9 100644
--- a/webroot/css/widget.css
+++ b/webroot/css/widget.css
@@ -49,7 +49,7 @@
 	height:170px;
 }
 
-body, h1, h2 {
+body {
 	font-family:Verdana;
 	background-color:#261C13;
 	color:#ffffff;
diff --git a/webroot/index.php b/webroot/index.php
index 6619d25a09b2f87fb864ecf30d01e79f3c345306..9ad4cdfd5a043c8ace0414c3c474c738a58244b9 100644
--- a/webroot/index.php
+++ b/webroot/index.php
@@ -1,16 +1,15 @@
 <head>
 	<link rel="stylesheet" type="text/css" href="css/widget.css" />
 	<script src="/js/jquery-1.4.4.js" type="text/javascript"></script>
-	<title>Marvin</title>
+	<title>Warpzone's Marvin</title>
 </head>
 <body>
-	<h1>Marvin</h1>
-	<h2>Warpzone's widgetcenter</h2>
+	<img src="img/warpzone.png">
 	<?php
 		$widgets = array(
 			array(
 				"ZoneOffen",		// widget name
-				16,16,				// position
+				16,200,				// position
 				"widget_square"		// css-class
 			)
 		);