html {
	position: relative;
	min-height: 2080px;
	max-height: 2080px;
	min-width: 1900px;
	max-width: 1900px;
	font-family: times new roman;
	font-size: 12px;
	margin: 0 auto;
    padding: 0;
}

body {
	/*background: url(../../images/login/bg12.png) no-repeat scroll center 0 bisque;*/
	margin: 0 0 0 0;
}

button {
    cursor: pointer;
}

b {
    color: aquamarine;
}