
/* 

s-group.css

Spillers Group - CSS/DIV coding by Sean Conran @ www.netcel.com - rel 01

Copyright (c) 2006 Netcel

*/

* {
border: 0;
font-size: 100%;
margin: 0;
padding: 0;
}

B, STRONG {
color: #087860;
}

BODY {	
background-color: #000000;
color: #b8cac7;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
font-weight: normal;
height: 100%;
text-align: center;
width: 100%;
}

P {
padding: 0 0 0.975em 0;
}

#bodyHomepage {
background: #000000 url(../images/bg-homepage-group.jpg) no-repeat scroll top center;
}

#content {
clear: both;
width: 100%;
}
#contentContainer {
padding: 10px 10px 10px 10px;
}


#countrySelection {
clear: both;
float: left;
width: 100%;
}
#countrySelectionContainer {
padding: 0 0 0 20px;
}
#countrySelectionLeft {
float: left;
width: 27%;
}
#countrySelectionLeftContainer {
padding: 0;
}
#countrySelectionRight {
float: left;
width: 27%;
}
#countrySelectionRightContainer {
}

#countrySelection H1 {
font-size: 130%;
line-height: 1.3em;
padding: 0 0 2.3em 0;
}


#header {
clear: both;
height: 140px;
width: 100%;
}
#headerContainer {
padding: 10px 20px 0 20px;
}
#headerLeft {
float: left;
width: 49.9%;
}
#headerLeftContainer {
padding: 10px 0 0 0;
}
#headerRight {
float: right;
width: 49.9%;
}
#headerRightContainer {
text-align: right;
}

#main {
clear: both;
width: 100%;
}
#mainContainer {
}

#master {
margin: auto;
text-align: left;
width: 760px;
}
#masterContainer {
}


