@charset "utf-8";
/* CSS Document */

body {
        background-color:#FFFFFF;
		margin-top: 5px;
		background-image: url('http://www.semicolor.com/img/bg_main.gif');
		background-repeat:no-repeat;
		background-position:center top;
		width:100%;
		height:100%;
		padding:0;
       	margin: 0;
		display:block;
}

a {
border:none;
outline:none;
}

img {
        border:0;
}


a.print
{
background: url('http://www.semicolor.com/img/print1.png') no-repeat;
display:inline-block;
height:46px;
width:47px;
}
a.print:hover
{
background: url('http://www.semicolor.com/img/print2.png') no-repeat;
}

a.id
{
background: url('http://www.semicolor.com/img/id1.png') no-repeat;
margin-right:20px;
display:inline-block;
height:46px;
width:47px;
}
a.id:hover
{
background: url('http://www.semicolor.com/img/id2.png') no-repeat;
}

a.web
{
background: url('http://www.semicolor.com/img/web1.png') no-repeat;
margin-right:20px;
display:inline-block;
height:46px;
width:47px;
}
a.web:hover
{
background: url('http://www.semicolor.com/img/web2.png') no-repeat;
}

a.all
{
background: url('http://www.semicolor.com/img/all1.png') no-repeat;
margin-right:20px;
display:inline-block;
height:46px;
width:47px;
}
a.all:hover
{
background: url('http://www.semicolor.com/img/all2.png') no-repeat;
}

a.active {
margin-right:20px;
display:inline-block;
height:46px;
width:47px;
}