* { margin: 0; padding: 0; }

body
{
	font-family: arial, sans-serif;
	font-size:100%;
    line-height:1.125em;
    letter-spacing: 0.1em;
	background: #fff;
	color: #000;
}

div#main_content
{
	width: 200px;
	height: 150px;
	background-image: url(../images/main1.jpg);
	background-repeat:no-repeat;
}

div#main_content:hover
{
	background-image: url(../images/main2.jpg);
	background-repeat:no-repeat;
}



div#contact_content
{
	width: 200px;
	height: 150px;
	background-image: url(../images/contact1.jpg);
	background-repeat:no-repeat;
}

div#contact_content:hover
{
	background-image: url(../images/contact2.jpg);
	background-repeat:no-repeat;
}


/*a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}*/


img {}