Rand

Hallo Leute,
bei den code den ich danach poste ist bei der background-color an meinen iPad ein rand rechts wo diese background-color und ich wollte fragen wie ich es beheben kann das dieser rand kommt, hat besimmt mit irgendner Größe zutun

Hier der Code:
CSS Datei:
[HTML]Body {
margin: 0;
padding: 0;
font-family: Arial;
background-Image: URL(…/img/mcpicture.png);
}
#page {
position: absolute;
margin-left: -400px;
left: 45%;
width: 1000px;
}
#logo {
Position: absolute;
top: 0px;
left: 2px;
}
#menu {
Position: absolute;
top: 0px;
background-Color: #2E2E2E;
height: 40px;
width: 100%;
}
#menuli {
position: absolute;
top: 0px;
margin-left: -400px;
left: 45%;
width: 100%;
}
#menu ul {
margin-bottom: 0;
list-style-type: None;
}
#menu li {
Color: White;
}
#menu li b {
Color: White;
}
#menu li a {
text-decoration: none;
Color: White;
}
#menu li:hover {
background-Color: #151515;
}
li#menu1 {
border-radius: 0px;
Position: absolute;
top: 0px;
height: 40px;
left: 140px;
width: 60px;
}
li#menu1 a {
Color: black;
Position: absolute;
top: 11px;
left: 10px;
}
li#menu2 {
Position: absolute;
top: 0px;
height: 40px;
left: 210px;
width: 90px;
}
li#menu2 a {
Color: white;
Position: absolute;
top: 11px;
left: 10px;
}
li#menu3 {
Position: absolute;
top: 0px;
height: 40px;
left: 310px;
width: 67px;
}
li#menu3 a {
Color: black;
Position: absolute;
top: 11px;
left: 10px;
}
li#menu4 {
Position: absolute;
top: 0px;
height: 40px;
left: 387px;
width: 72px;
}
li#menu4 a {
Color: black;
Position: absolute;
top: 11px;
left: 10px;
}
li#menu5 {
Position: absolute;
top: 0px;
height: 40px;
left: 469px;
width: 54px;
}
li#menu5 a {
Color: black;
Position: absolute;
top: 11px;
left: 10px;
}
li#menu6 {
Position: absolute;
top: 0px;
height: 40px;
left: 533px;
width: 69px;
}
li#menu6 a {
Color: black;
Position: absolute;
top: 11px;
left: 10px;
}
li#menu7 {
Position: absolute;
top: 0px;
height: 40px;
left: 612px;
width: 114px;
}
li#menu7 a {
Color: black;
Position: absolute;
top: 11px;
left: 10px;
}
li#menu8 {
Position: absolute;
top: 0px;
height: 40px;
left: 736px;
width: 62px;
}
li#menu8 a {
Color: black;
Position: absolute;
top: 11px;
left: 10px;
}
#c1 {
position: absolute;
background-color: white;
top: 200px;
border-radius: 5px;
width: 90%;
}
#usermenu {
position: absolute;
top: 150px;
background-color: #151515;
border-radius: 5px;
width: 90%;
height: 40px;
color: white;
}
.Textmittig {
position: relative;
top: -6px;
left: 5px;
}
#footer:hover {
background-Color: #BDBDBD;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}[/HTML]
HTML Datei
[HTML]

Start | Craft Network

<?php if (isset($_SESSION['username'])) echo 'Willkommen, '.$_SESSION['username']; else echo 'Willkommen, Gast'; ?>

News

<?php include "news.php"; ?>

Start

Willkommen auf craftnetwork.de und hiermit heiße ich sie herzlich Willkommen auf der Homepage des Servers Craft Network, unter dem Menülink Über uns finden sie Informationen über den Server und das Team.
Unter Spiele könnt ihr gucken welche Spiele wir haben und was diese sind.
Unter Regeln lest ihr bitte die Regeln nach.
Unter Vote könnt ihr Voten für unseren Server!
Unter Forum kommt ihr ins Forum und könnt euch dort Registrieren und Themen posten!


Server Daten

Server IP: craftnetwork.de
TS3 IP: 212.224.120.24:12200
Version: CraftBukkit Beta 1.7.2
Status: <?php include 'status.php'; ?>
© 2014 weltvonminecraft.de All Rights Reserved
[/HTML]

Ganz ehrlich, ich verstehe deinen Satz nicht.

Zu deinem Code. Die ganzen onclicks kannst und solltest du löschen.

Und zu der Seite wäre es gut, wenn du uns einen Link schicken kannst, damir wir nachvollziehen können, was dein Problem ist ohne uns die Seite erst selbst erstellen zu müssen.