*
{
    margin: 0px;
    padding: 0px;
}

body
{
	background-color: #4f4f4f;
	background-image: url(./../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 110px;
	text-align: center;
}

#wrapper 
{
	width: 766px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
}

