body {
	background-color: #333;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	margin: 0;
}
div#logo {
	background-image: url(../images/logo.png);
	width: 134px;
	height: 58px;
	margin: 40px 0px 20px 0px;
}
div#shadow {
	background-image: url(../images/shadow.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 42px;
}
div#containerbuttons {
	width: 500px;
	height: auto;
	margin: -7px auto 14px auto;
}
div#contentbg {
	background-color: #fff;
	width: 600px;
	padding: 15px;
	margin: 0 auto;
}
div#bottom {
	background: transparent;
	height: 80px;
	width: auto;
}
div#containercontent {
	width: 500px;
	height: auto;
	margin: 0 auto;
}
input#textnick {
	background-image: url(../images/nickname.png);
	background-color: transparent;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 25px;
	border: 0;
	height: 26px;
	width: 266px;
}
input#textpass {
	background-image: url(../images/password.png);
	background-color: transparent;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 25px;
	border: 0;
	height: 26px;
	width: 266px;
	padding-bottom: 2px;
}
input#button {
	background-image: url(../images/login.png);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: bottom left;
	border: 0;
	height: 28px;
	width: 87px;
	padding-bottom: 2px;
}