

#container {
    width: 979px;
    height: 965px; 
    background: url(../img/main-background.jpg) top no-repeat;
    margin: 0 auto;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

#container p {
    line-height: 16px;
}

html, body {
    padding: 0;
    margin: 0;
    background: #D5D5D5;

}

h1, h2 {
    font-weight: normal;
    font-family: Verdana,Arial,Helvetica,sans-serif;
}

#content {
  padding:22px 0 0 76px;
}
#content .left
{
	width: 610px;
	float: left;
}
#content .right
{
	width: 269px;
	float: right;
	padding-top: 14px;
}
a.nhs-patients, a.private-patients {
   display:block;
   height:70px;
    float: left;
	/*border: 1px solid red;*/
}

a.nhs-patients{
   width:189px;
}

a.private-patients {
    width: 366px;
	margin: 18px 16px 20px 0;
}


a.nhs-patients {
    background: url(../img/nhs.gif) no-repeat;
	margin:18px 0 0 -10px;
}

a.private-patients {
    background: url(../img/private.gif) -8px 0px no-repeat;
}

a.nhs-patients span, a.private-patients span, a.nhs-patients-report span, a.private-patients-report  span, a.web-shop span {
   display:none;
}


a.nhs-patients:hover, a.private-patients:hover, a.nhs-patients-report:hover, a.private-patients-report:hover, a.web-shop:hover {
   filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


a.nhs-patients-report {
    background: url(../img/nhs-reports-button.gif) no-repeat;
	width: 163px;
	height: 32px;
	float: left;
	margin:0 10px 29px 0;
	/*border: 1px solid red;*/
}

a.private-patients-report {
    background: url(../img/nhs-private-button.gif) no-repeat;
	width: 234px;
	height: 32px;
	float: left;
/*	border: 1px solid red;*/
margin:0 6px 0 0;
}

a.web-shop {
    background: url(../img/webshop.gif) no-repeat 0 -5px;
	width: 191px;
	height: 32px;
	float: left;
	margin:0 15px 29px 0;
	/*border: 1px solid red;*/
}


.main-buttons {
/*	border: 1px solid yellow;*/
	float: left;
	width: 100%;
}

.sub-buttons {
	/*border: 1px solid green;*/
	float: left;
	width: 620px;
}


#addresses {
    clear:both;
}

#addresses p {
    float: left;
    line-height: 17px;
    padding: 0 29px 0 0;
}

#addresses a {
    color: #fff;
}

#addresses a:hover {
    text-decoration: none;
}

.clear {
    clear:both;
	/*border: 1px solid red;*/
}

#footer {
        color: #56739d;
        text-align: center;
        padding:47px 0 0;
		float: left;
		width: 100%;
		/*border: 1px solid orange;*/
}