* {
padding: 0px;
margin: 0px;
}
body {
background: #f5fbff;
font-family : Arial, Helvetica, Verdana, Sans-serif;
padding: 0px;
margin: auto;
text-align: center;
}
#wrapper {
margin-top: 70px;
}
#content {
margin: auto;
background: url(images/acim.png) 163px 0px no-repeat;
height: 427px;
width: 736px;;
}
ul {
padding: 0;
margin: 0;
}
ul li {
display: block;
width: 190px;
height: 84px;
background: red;
line-height: 84px;
cursor : pointer;
}
#left {
float: left;
padding-top: 120px;
}
#right {
padding-top: 126px;
float: right;
}
.linux {
background: url(images/linux.jpg) 0px 0px no-repeat;
}
.linux:hover{
background: url(images/linux.jpg) 0px -84px no-repeat;
}
.cv {
background: url(images/cv.jpg) 0px 0px no-repeat;
}
.cv:hover{
background: url(images/cv.jpg) 0px -84px no-repeat;
}
.evizocom {
background: url(images/evizocom.jpg) 0px 0px no-repeat;
}
.evizocom:hover{
background: url(images/evizocom.jpg) 0px -84px no-repeat;
}
.evizonet {
background: url(images/evizonet.jpg) 0px 0px no-repeat;
}
.evizonet:hover{
background: url(images/evizonet.jpg) 0px -84px no-repeat;
}

