﻿/*CSS to BODY TAG*/
body{
    text-align:center;
}

/*CSS to main Container TABLE or DIV or any PlaceHolder TAG of the web page*/
#container{
    width:500px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
}