below is my index page. where do I change the width?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to Vytel Solutions</title>
<style type="text/css">
<!--
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #666666;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
}
/* Tips for Elastic layouts
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
width: 46em; /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
background-color: #000099;
}
.oneColElsCtrHdr #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #mainContent {
padding: 0 20px;
background-color: #CCCCCC;
}
.oneColElsCtrHdr #footer {
padding: 0 10px;
background-color: #000099;
}
.oneColElsCtrHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style8 {
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
}
#apDiv1 {
position:absolute;
left:317px;
top:123px;
width:94px;
height:60px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:275px;
top:13px;
width:150px;
height:61px;
z-index:2;
}
.style9 {
font-size: 50px;
font-family: "Lucida Console";
font-weight: bold;
color: #FFFFFF;
}
#apDiv3 {
position:absolute;
left:323px;
top:59px;
width:100px;
height:23px;
z-index:3;
}
#apDiv4 {
position:absolute;
left:137px;
top:716px;
width:106px;
height:23px;
z-index:4;
}
.style10 {
color: #0000FF;
font-size: 12px;
font-family: "Times New Roman", Times, serif;
}
.style12 {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bold;
}
.style13 {
font-size: 18px
}
.style14 {color: #000000}
#apDiv5 {
position:absolute;
left:432px;
top:44px;
width:424px;
height:21px;
z-index:5;
}
#apDiv6 {
position:absolute;
left:426px;
top:3px;
width:425px;
height:94px;
z-index:6;
}
#apDiv7 {
position:absolute;
left:440px;
top:151px;
width:385px;
height:659px;
z-index:7;
}
.style16 { color: #000000;
font-size: 14px;
font-family: "Times New Roman", Times, serif;
}
.style17 {color: #FFFFFF}
.style6 { font-size: 14px;
font-family: "Times New Roman", Times, serif;
}
#apDiv8 {
position:absolute;
left:427px;
top:102px;
width:432px;
height:28px;
z-index:8;
}
.style18 { font-size: 14px;
color: #FFFFFF;
}
.style19 {color: #FFFF00
}
#apDiv9 {
position:absolute;
left:432px;
top:65px;
width:135px;
height:21px;
z-index:9;
}
#apDiv10 {
position:absolute;
left:566px;
top:67px;
width:130px;
height:16px;
z-index:10;
}
#apDiv11 {
position:absolute;
left:430px;
top:74px;
width:425px;
height:23px;
z-index:9;
}
#apDiv12 {
position:absolute;
left:576px;
top:34px;
width:205px;
height:20px;
z-index:9;
}
#apDiv13 {
position:absolute;
left:487px;
top:36px;
width:362px;
height:23px;
z-index:10;
}
.style24 {
color: #FFFF00;
font-weight: bold;
font-size: 14px;
font-style: italic;
}
#apDiv14 {
position:absolute;
left:149px;
top:167px;
width:263px;
height:507px;
z-index:11;
}
#apDiv15 {
position:absolute;
left:404px;
top:81px;
width:18px;
height:14px;
z-index:12;
}
.style25 {
font-size: 9px;
font-weight: bold;
color: #FFFFFF;
}
.style26 {
font-size: 24px;
font-family: "Times New Roman", Times, serif;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
</head>
<body class="oneColElsCtrHdr">
<div class="style9" id="apDiv2">Vytel</div>
<div class="style12" id="apDiv3">
<div align="left" class="style13">Solutions</div>
</div>
<div id="apDiv4"><a href="https://webmail.bravehost.com/?_task=mail&_action=logout" class="style10">Employee Login</a></div>
<div id="apDiv6"><img src="header vytel sol.jpg" width="438" height="96" /></div>
<div id="apDiv7">
<h1 align="left" class="style26">About Us</h1>
<div class="descr"></div>
<p align="left" class="style16">Vytel Solutions is an communication business based on the north shore of Massachusetts serving the greater New England area. Vytel offers a full range of comprehensive and integrated voice and data network infrastructure solutions. We employ highly trained and talented people that have worked in all areas of the telecommunications industry. We blend over 25 years of practical experience in the telecommunications industry to provide your company a competitive edge. Vytel conforms to all industry standards such as <u><span class="style17"><a href="http://bicsi.org/">BICSI</a></span></u>, <u><span class="style17"><a href="http://www.ieee.org/portal/index.jsp">IEEE</a></span></u> and are certified to all <u><span class="style17"><a href="http://www.tiaonline.org/">TIA/EIA</a> </span></u>standards.</p>
<p align="left" class="style16">Information technology has grown considerably over the past two decades. With technology evolving so rapidly networks and their infrastructure are becoming more sophisticated. Vytel provides value driven solutions that respond to the challenges your company may face. We are dedicated in helping your company improve performance and flexibility in every environment. When it comes to your business you don't have to spend more and settle for less.</p>
<p align="left" class="style16">Our commitment and dedication to our clients is what sets Vytel apart from our competitors. We work diligently to make sure our clients expectations are met or exceeded in a timely fashion. Vytel specializes in: <strong>Design, Riser Management, Project Management, Network Infrastructure, Wireless, Audio and Video systems</strong>. We also offer our customers a superior warranty and support around the clock 24x7x365. From design to desktop Vytel has your total cost effective solutions.</p>
<p class="style6"></p>
</div>
<div id="apDiv8">
<div align="center"><span class="style18"><a href="http://www.vytelsolutions.com/INDEX.html" class="style19">About Us</a> | <a href="http://www.vytelsolutions.com/SERVICES.html" class="style19">Services </a> | <a href="http://www.vytelsolutions.com/PRODUCTS.html" class="style19">Products</a> | <a href="http://www.vytelsolutions.com/CLIENTS.html" class="style19">Clients</a> |<a href="http://www.vytelsolutions.com/CONTACTUS.html" class="style19"> Contact Us</a></span></div>
</div>
<div class="style24" id="apDiv13">"Building the Bridge to a future e-World" </div>
<div id="apDiv14">
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','245','heigh t','504','src','Slide show boston','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','bgco lor','#CCCCCC','movie','Slide show boston' ); //end AC code
</script><noscript><object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="245" height="504">
<param name="movie" value="Slide show boston.swf" />
<param name="quality" value="high" /><param name="BGCOLOR" value="#CCCCCC" />
<embed src="Slide show boston.swf" width="245" height="504" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor="#CCCCCC"></embed>
</object>
</noscript></div>
<div class="style25" id="apDiv15">TM</div>
<div id="container">
<div id="header">
<h1><img src="logo 1 vytelly.jpg" width="116" height="106" /></h1>
<!-- end #header --></div>
<div id="mainContent">
<h1> </h1>
<p> </p>
<p class="style14"> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<!-- end #mainContent --></div>
<div id="footer">
<p align="center"><span class="style8">© 2008 Vytel Solutions Inc All Rights Reserved </span></p>
<!-- end #footer --></div>
<!-- end #container --></div>
</body>
</html>