Her er koden fra index siden
<body bgcolor="#141e28">
<div id="Box">
  <div id="Buttons">
        	<div class="menuknapper">
            <a href="index.html" title="Tilbage til Forsiden" target="_self"><img src="button.png" width="8" height="8" border="0" />Forside</a> <a href="firmaprofil.html" title="Tilbage til Forsiden" target="_self"><img src="button.png" alt="" width="8" height="8" border="0" /></a><a href="firmaprofil.html" title="Firmaprofilen" target="_self">Firmaprofil</a>
            <a href="byggeri.html" title="Tilbage til Forsiden" target="_self"><img src="button.png" alt="" width="8" height="8" border="0"/></a><a href="byggeri.html" title="Entreprise" target="_self">Entreprise</a>
            <a href="projektudvikling.html" title="Tilbage til Forsiden" target="_self"><img src="button.png" alt="" width="8" height="8" border="0"/></a><a href="projektudvikling.html" title="Projektudvikling" target="_self">Projektudvikling</a> 
            <a href="reference.html" title="Tilbage til Forsiden" target="_self"><img src="button.png" alt="" width="8" height="8" border="0"/></a><a href="reference.html" title="Reference" target="_self">Reference</a> 
            <a href="kontakt.html" title="Tilbage til Forsiden" target="_self"><img src="button.png" alt="" width="8" height="8" border="0"/></a><a href="kontakt.html" title="Kontakt os" target="_self">Kontakt</a>            </div>
  </div>
        <div id="Logobillede">
          <p> </p>
          <p>
          </p>
          <p><img src="logo1.png" align="bottom" /></p>
          <div class="slogan">
            <p><br />
            </p>
          </div>
      </div>  
</div>
<div class="broedtekst">
    Petersbjerggv•rd 16 - 6000 Kolding - Tlf.Nr.: 75 50 89 91 - Fax: 75 50 89 61 - Mail: post@carstenstender.dk
	</div>
Det her er css
@charset "utf-8";
/* CSS Document */
	#Box, #Buttons2, #Logobillede {
	margin:auto auto auto auto ;
        width:600px;
}
	a:link {
	color:#000000;
	text-decoration: none;
}
	a:visited {
	color: #000000;
	text-decoration: none;
}
	a:hover {
	color:#666666;
	text-decoration: none;
}
	a:active {
	color: #000000;
	text-decoration: none;
}
	#Box {
	height: 600px;
	width: 650px;
	left: 200px;
	top: 25px;
	visibility: visible;
	background-color: #999999;
}		
	#Buttons {
	height: 820px;
	width: 150px;
	left: 1px;
	top: 0px;
	visibility: visible;
	background-color: #999999;
	position:absolute;
}
	#Buttons2 {
	height: 20px;
	width: 145px;
	left: 1px;
	top: 250px;
	visibility: visible;
	background-color: #999999;
	position:absolute;
}
	#Logobillede {
	height: 600px;
	width: 484px;
	left: 1px;
	top: 18px;
	visibility: visible;
}
	.menuknapper {
	text-align: left;
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	line-height: 8mm;
	word-spacing: 5mm;
	top: 35px;
	left: 6px;
	position:absolute;
}
	.undermenuer {
	text-align: left;
	color:#DEDFEC;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	.broedtekst {
	text-align: center;
	color:#999999;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
	.kontakttekst {
	text-align: left;
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
	.billedetekst {
	text-align: center;
	color:#F8FCFD;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: capitalize;
}
	.slogan {
	text-align: center;
	color: black;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;