CSS
body{
    width:100%;
}
#t {
    margin-left: auto;
    margin-right: auto;
    margin-top:10px;
    width:600px;
}
.tc {
    display:inline;
    border-style: solid;
    border-width:1px;
}
HTML
<body>
<section id="t">
    <article class="tc">Hi</article>
    <article class="tc">Hi agian!</article>
</section>
</body>
is that wat you want?
http://jsfiddle.net/ahmadalli/2sagZ/5/