*
{
    margin: 0;
}
html, body
{
    height: 100%;
}
.wrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push
{
    height: 40px; /* .push must be the same height as .footer */
}
/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/
body
{
    text-align: center;
}
.wrapper
{
    position: relative;
    width: 900px;
    font-size: 0.9em;
    margin: 0 auto -40px;
    text-align: left;
}

.wrapper li
{
    color: #666;
    font: 1em/1.4em arial,sans-serif;
    list-style-type: circle;
    list-style-position: inside;
}

.header
{
    height: 190px;
    background: url(images/PartilleCup.jpg) no-repeat;
}
h1
{
    text-indent: -500em;
}
h2
{
    padding: 1em 0 0.6em;
    color: #d00;
    font: 1.4em helvetica,arial,sans-serif;
    text-shadow: #ddd 1px 1px 2px;
}
h3
{
    text-align: right;
    padding: 0 0 0.6em;
    color: #006574;
    font: 0.6em helvetica,arial,sans-serif;
}
p
{
    padding: 0 0 1em;
    color: #666;
    font: 1em/1.4em arial,sans-serif;
}
a
{
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #0bf;
}
a:hover
{
    color: #0bf;
}
strong
{
    font-weight: normal;
}
.Link
{
    position: absolute;
    right: 0;
    top: 160px;
}
.footer
{
    position: relative;
    width: 900px;
    margin: 0 auto;
    background-color: #006473;
}
.footer a
{
    color: #fff;
    text-decoration: underline;
    border: 0;
}
.footer p
{
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 900px;
    padding: 0;
    color: #fff;
    font: 0.8em arial,sans-serif;
    text-align: center;
}

#side-a {
	float: left;
	width: 690px;
}

#side-b { 
	margin: 0;
	float: left;
	width: 190px;
	height: 1% /* Holly hack for Peekaboo Bug */
}

