/*HOMEPAGE*/

* {
margin: 0;
padding: 0;
}

body {
height:auto;
line-height: 1.4em;
text-align: justify;
font-family: Geneva, Arial, Helvetica, sans-serif, Osaka, Osaka|“™•, "ƒqƒ‰ƒMƒmŠpƒS Pro W6", "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
font-size: 14px;
background-color: #ff7900;
padding:0;
color: #666666;
min-height: 101%;
        border-top: solid 10px #000;
}

html{
    height:100%;
}

body > #whole_centre {
    height: auto;
}


#whole_centre {
width: 1000px;
margin-left:auto;
margin-right:auto;
margin-bottom: 0px;
margin-top: 0px;
overflow: hidden;
background-repeat: ;
padding: 0 10px ;
background-image: url(http://cubeit.com.au/cubeit/images/common/bg_hp_whole_new.jpg);
background-color: #FFFFFF;
height: 100%;
}


#header {
height:85px;
padding:15px 10px 10px 0px;
width: 800px;
margin: 0 100px 20px 100px;
float: left;
background-image: url(http://cubeit.com.au/cubeit/images/common/bg_hp_whole.gif);
background-position: 0 0;
background-repeat: no-repeat;
}


#bottom_footer {
width:1020px;
text-align: center;
background-color: #FFCC00;
color: #FFFFFF;
font-size: 10px;
padding: 20px 0 20px 0;
height: 100%;
background-image: url(http://cubeit.com.au/cubeit/images/common/bg_bottom_new.jpg);
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
background-position: bottom;
vertical-align: bottom;
}

a:link {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: underline;
}
