* {
    box-sizing: border-box;
}
body{
	background-color: #cccccc;
	font-family: Tahoma, Geneva, sans-serif;
}
#dummy{
	border-style:solid;
	border-color:black;
	border-width:1px;
}
#loginDiv{
	width:200px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#loginBanner{
	background-image: url(/images/login.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-style: none;
	height:150px;
}
#container{
	max-width:600px;
	min-height:425px;
	margin-left:auto;
	margin-right:auto;
	background-color: white;
}
.copyrightDiv{
	background-color: #06f;
    background: -webkit-linear-gradient(left top, #06F, #9CF);
    background: -o-linear-gradient(bottom right, #06F, #9CF);
    background: -moz-linear-gradient(bottom right, #06F, #9CF);
    background: linear-gradient(to bottom right, #06F, #9CF);
	width:100%;
	min-height: 40px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:12px;
	margin-top:10px;
	padding-top:2px;
}
#headingdiv{

	padding:10px;
}