﻿@charset "utf-8";
/* CSS Document */

body {background-color:#789333; 
width:382px; 
height:320px;
top:50%;
left:50%;
position:absolute;
margin-left:-191px;
margin-top:-160px;
}
/*estes códigos acima em css serve para centralizar todo e qualquer doc. no centro do broswer*/

#box {width:382px;
	height:320px;
}


body {
text-align: center;
}

