@import '../type.css';

@import 'CSS/Header.css';
@import 'CSS/Sidebars.css';
@import 'CSS/Main.css';
@import 'CSS/Footer.css';
@import 'CSS/Menu.css';
@import 'CSS/pluto.css';
@import 'CSS/Forms.css';


*
{
	margin : 0px;
	padding : 0px;
	border : 0px;
	text-shadow : 0px 0px 0px #fff; /* Safari Hack */
}

body
{
	text-align : center;
	background : url('Images/Body.Background.png') 0px 1px;
}

#Container-1
{
    background : url('Images/Container.Background.png') top left repeat-x;
    padding-top : 8px;
}

#Container-2
{
	width : 764px;
	margin : auto;
	text-align : left;
	position : relative;
}

#Body
{
    background : url('Images/Main.Background.png');
    _background : url('Images/Main.Background.gif');
    _height : 100px; /* IE6 hasLayour fix */
    *min-height : 100px; /* IE7 hasLayour fix */
}

#Clear
{
    clear : both;
}