body {
	background-image:	    url(/image/boog.jpg);
	background-repeat:	    no-repeat;
	background-position:	10% -350px;
    border:         none;
    margin:         auto;
    padding:        0%;
    width:          50Em;
    height:         100%;
    font-family:    sans-serif;
    line-height:    1.4;
}

p, ul, li, h1, h2, h3, table, tr, td, br, pre {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2%;
    margin-right: 2%;
}
p {
    margin-bottom: 0.4em;
    margin-top: 0.4em;
}
h1, caption {
    font-size: 145%;
    margin-top: 4%;
    margin-bottom: 7%;
    text-align: center;
}
h2 {
    font-size: 120%;
    font-weight: normal;
    margin-bottom: 1%;
    margin-top: 2%;
}
h3 {
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 1%;
    margin-top: 2%;
}
.head {
    position: relative;
}
.head a {
    display: block;
}
a {
    text-decoration:    none;
}
img {
    border:         none;
}
img.logoleft,
img.logoright {
    top: 0;
    position: absolute;
}
img.logoleft {
    left: 2%;
}
img.logoright {
    left: 38em;
    margin-top: -1%;
}
.constant {
    font-family: "Courier New", "Courier", monospace;
}
pre {
    padding: 0.25em;
    background-color: #f7f7f7;
    border:1px solid #a7a7a7;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.free, .repo-standard {
    background-color: #fbfbfb;
}
.premium, .repo-premium {
    background-color: #f0f0f0;
}
table {
    border-collapse: collapse;
    margin-top: 2.0em;
    margin-bottom: 2.0em;
}
td {
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
    width: 30%;
}

.packages td, .packages th {
    text-align: left;
    white-space: nowrap;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: auto;
}

.additions th, 
.benefits th, 
.distro th {
    text-align: right;
    padding-right: 1%;
}
.distro {
    border: 2px solid white;
}

