@import 'type.css';
@import 'menu.css';
@import 'header.css';
@import 'other.css';
@import 'footer.css';

#Main
{
	min-height : 300px;
	margin-top: 10px;
	margin-right : 0px
}

*
{
	margin : 0px;
	padding : 0px;
	border : 0px;
}

body
{
	text-align : center;
	background : #666 url('Images/Body-Background.png') center repeat-y;
}

#Container-1
{
	position : relative;
	margin-right : -5px;
	background: url();
	background-repeat: no-repeat; 
	background-position: 245px 165px;
}
#Container-3
{
	width : 780px;
	padding :20px;
	margin : auto;
	text-align : justify;
	position : relative;
}
