/*Images/Untitled-1_01.jpg*/
/* CSS Document */
* {
	margin:0px;
	padding:0px;
	}
body {background-color:#f5fbde;}
#top {
	background: #CCCCCC url('../Images/Bovic_02.jpg') top no-repeat;
	width:1007px;
	height:145px;
	}
#content 
{
	
	text-align: center;
	height:auto;
	width:1007;
	background-color:#f5fbde;
	}
#left 
{
	display:block;
	background:url('../Images/Untitled-1_04.jpg') top left no-repeat;
	width:513px;
	height:400px;
	
	}
#loginView 
{
	display:block;
	background:#FFFFFF;
	height:111px ;
	width:200px;
	border:#cfe969 3px solid;
	text-align:center;
	
}
#loginView:hover
{
	background:#f5fbde;
	border:#cfe969 3px solid;
}
.loginButton
{
	border:black 1px solid;
	background:#cfe969;
	
}

.loginButton:hover
{
	background:#f5fbde;
}