body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('/home/templates/images/profileMessagesBox.jpg');
	background-color: #000;
	color: #CCCCCC;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

html, body {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

table {
	width: 100%;
	height: 100%;
	margin: auto;
}

div.buttons {
	margin: 17px auto auto auto;
	width: 340px;
}


div.login {
	float: left;
	width: 150px;
}

div.register {
	float: right;
	width: 150px;
}

div.login input,
div.register input {
	width: 150px;
}
