Allora sul mio sito ho questa grafica in .css che regola tutti i contenuti del mio sito

codice:
A:link, A:visited, A:active, A:hover {
}
A:link  {
  color: #0000FF;
}
A:visited {
  color: #0000FF;
}
A:active {
  color: #0000FF;
}
A:HOVER {
  color: #000000;
  background-color: ;
}

.onbody {
  color: #000000;
}
.onbody A:link {
  color: #000000;
}
.onbody A:visited {
  color: #000000;
}
.onbody A:active {
  color: #000000;
}
.onbody A:hover {
  color: #498CD1;
}

BODY,P,TABLE,TD,TR {
  font-size: 9pt;
  color: #000000;
  font-family: Verdana, Helvetica, sans-serif;
}
BODY {
  background: #efefef;

}
FORM {
  display: inline;
  margin-bottom: 0;
}
PRE {
  font-size: ;
  font-family: ;
}

.tableborders {
  background: #61D06C;
}

.tddetails {
  background: #FFFFFF;
}

.tdbackground {
  font-size: 9pt;
  font-weight: ;
  color: #000000;
  background: #F4F4F4;
  font-family: Verdana, Helvetica, sans-serif;
}

.tdnothumbs {
  font-size: 9pt;
  font-weight: ;
  color: #000000;
  background: #F4F4F4;
  font-family: Verdana, Helvetica, sans-serif;
}

.menubar{
  background: #009900;
  font-size: 8pt;
  color: #FFFFFF;
  background: url(http://www.tartaportal.it/forums/tar...ent_giallo.gif)
}
.menubar A:link {
  color: #FFFFFF;
}
.menubar A:visited {
  color: #FFFFFF;
}
.menubar A:active {
  color: #FFFFFF;
}
.menubar A:hover {
  color: #000000;
}
// .menubarnb{
//  background: #009900;
//  font-size: 8pt;
//  color: #FFFFFF;
//  background: url(http://www.tartaportal.it/forums/tar...ent_giallo.gif)
//}
.menubarnb A:link {
  color: #FFFFFF;
}
.menubarnb A:visited {
  color: #FFFFFF;
}
.menubarnb A:active {
  color: #FFFFFF;
}
.menubarnb A:hover {
  color: #000000;
}

.catcolumn {
  font-size: 8pt;
  font-style: ;
  text-align: ;
  background: #FFFFFF;
}

.photocol {
  font-size: 8pt;
  font-style: ;
  text-align: ;
  background: #B1E6AE;
}

.commentscol {
  font-size: 8pt;
  font-style: ;
  text-align: ;
  background: #FFFFFF;
}

.lastphocol {
  font-size: 8pt;
  font-style: ;
  text-align: ;
  background: #FFFFFF;
}

.lastcommcol {
  font-size: 8pt;
  background: #B1E6AE;
  color: ;
}

.small {
  font-size: 8pt;
  font-family: Verdana, Helvetica, sans-serif;
}
.medium {
  font-size: 10pt;
  font-family: Verdana, Helvetica, sans-serif;
}
.large {
  font-size: 12pt;
  font-family: Verdana, Helvetica, sans-serif;
}

.welcome {
  background: ;
  font-family: Verdana, Helvetica, sans-serif;
  color: #FFFFFF;
}

.lighttable {
  background: #FFFFFF;
  color: #000000;
}

.alternatetable {
  background: #B1E6AE;
}

.formboxes{
  font-family: ;
  background-color: ;
  color: ;
  font-size: 9pt;
}

blockquote {
   font-size:9pt; border:1px solid #E6E6E6;
   margin:0px 20px; padding:0px 10px
}
blockquote .small {
   background:#E6E6E6;
   margin-left:-10px; padding:1px 2px
}
blockquote hr {
   visibility:hidden;
   height:1px
}
blockquote br {
   font-size:1px
}

Il sito però si vede a tutto schermo...

Cosa devo inserire e dove per far si che il sito si vede o di tot pixel di larghezza o al una tot % ?

Grazie 1000