#header1
{
	background: rgb(160,160,159);
	color: white;
	font-size: 15px;
}

#header2 div img
{
	width: 199px;
	height: 32px;
}

#header2 div h1
{
	font-size: 25px;
	font-weight: normal;
	color: black;
	transition: 1s;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	-ms-transition: 1s all;
}

#header2 div h1:hover
{
	font-size: 25px;
	font-weight: normal;
	color: rgb(255,64,0);
	transition: 1s;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-o-transition: 1s all;
	-ms-transition: 1s all;
}