#animation-easy-install {
    background-image: url('/install-title.gif');
    border: solid 1px #eee;
    display: block;
    height: 132px;
    margin: 15px;
    margin-left: 35px;
    width: 490px;
}

#animation-easy-install:hover {
    background-image: url('/install-easy.gif');
}

#animation-install {
    background-image: url('/install-title.gif');
    border: solid 1px #eee;
    display: block;
    height: 132px;
    margin: 15px;
    margin-left: 35px;
    width: 490px;
}

#animation-install:hover {
    background-image: url('/install.gif');
}

#banner {
    background: url("/banner-gradient.png") repeat-x left top;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
    width: 100%;
}

#banner-inner {
    height: 351px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	width: 790px;
}

#banner-logo a {
    border: 0px;
    display: inline;
    overflow: hidden;
}

#content-header {
    font: 1.3em Verdana, "Bitstream Vera Sans", sans-serif;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}

#content-logo img {
    border: 0px;
    float: none;
    margin: 0px;
    padding: 0px;
}

#content-main {
    width: 600px;
}

#content-sidebar {
    float: right;
    height: 100%;
    margin-left: 20px;
    padding-top: 20px;
    width: 190px;
}

#content-inner {
    margin: 0 auto;
    text-align: left;
    width: 790px;
}