/* CSS document */

@media all {

body {
 background: #f2f2f2;
 }

#text {
 width: 550px;
 /*height: 50px;*/
 display: block;
 font-family: 'Arial CE', Arial, 'Microsoft Sans Serif', Verdana, Tahoma;
 font-size: 20pt;
 font-weight: bold;
 color: #333;
 /*margin: 200px auto 0px auto;*/
 margin: 20px auto;
 text-align: center;
 }


} /* media all */

/* end of CSS document */