﻿div#ContactBanner, div#EnterpriseBanner
{
	width: 500px;
	height: 250px;
}

div#ContactBanner
{
	position: relative;
	background-image: url('../Images/back-contacts.png');
	background-repeat: no-repeat;
}

div#EnterpriseBanner
{
	position: relative;
	background-image: url('../Images/back-enterprise.png');
	background-repeat: no-repeat;
}

div#HomeBanner:hover
{
	background-image: url('../Images/Home.Banner.Selection.png');
	background-repeat: no-repeat;
}