Это то понятно, но я не могу разобраться как сделать все по центру(в какой строке что менять). Вот мой сss файл:
/* A few IE bug fixes */
* { margin: 0px; padding: 0px; }
* html ul ul li { margin-bottom: -1px; }
#theMenu { width: 100%; margin: 0px; padding: 0px; }
/* Some list and link styling */
ul li {
}
ul ul {
text-align: right;
margin: 0px;
}
ul ul li {
background-image: none;
padding-left: 0px;
font-size: 11px;
}
li a.root:link, li a.root:visited {
color: #434343;
font-size: 11px;
font-weight: bold;
}
ul ul li a:link, ul ul li a:visited {
display:block;
color: #ffffff;
background-image:url("

");
background-position:left;
font-family: tahoma;
font-weight: normal;
font-size: 11px;
line-height: 15px;
width:169px;
}
ul ul li a:hover {
color: #D40303;
text-decoration: none;
}
ul ul li a.active:link, ul ul li a.active:visited {
color: #D40303;
text-decoration: none;
}
li { list-style-type: none; }
/* Header links styling */
span.head_root {
width: 100%;
}
span.head_root a:link, span.head_root a:visited {
display:block;
height:26px;
width:169px;
color: #ffffff;
font-size: 11px;
font-weight: bold;
line-height: 17px;
background-image:url("

");
background-position: left;
background-repeat:no-repeat;
padding: 13px 0px 0px 0px;
}
span.head_root a:hover {
color: #D40303;
text-decoration: none;
}
span.head {
width: 100%;
}
span.head a:link, span.head a:visited {
display:block;
color: #ffffff;
line-height: 17px;
padding: 13px 0px 0px 0px;
text-decoration: none;
font-size: 11px;
font-weight: bold;
background-image:url("

");
height:26px;
width:169px;
}
span.head a:hover {
color: #D40303;
text-decoration: none;
}
span.selected a:link, span.selected a:visited {
color: #D40303;
font-size: 11px;
}
span.selected a:hover {
color: #434343;
}
.img {
padding-top: 0px; vertical-align: top;
margin-top: 60px;
margin-right: 0px;
}
Может вы дадите мне совет как разработчик. Очень прошу вас помочь мне очень нужно. Заранее огромное спасибо.