@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';


*
{
	margin : 0px;
	padding : 0px;
	border : 0px;
}

body
{
	text-align : center;
	background : url('Images/Hay.jpg');
}

#container
{
	width : 700px;
	background : #fff;
	border : 2px solid #000;
	margin : auto;
	text-align : left;
	position : relative;
}