@CHARSET "UTF-8";
table{
	border-collapse: separate;
	border-spacing: 0pt;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* /REUSE *******/
/******* CONTAINER *******/
.container{
	width: 960px;
	margin: 0pt auto;
}
/******* /MENU *******/
/******* LOADING *******/
#loading{
padding:20px;
	text-align: center;
	visibility: hidden;
}
/******* /LOADING *******/
/******* CONTENT *******/
#content{
	margin: 0 0 20px 0;
/*	width: 902px; /*the width of the element*/
/*height: 503px; /*the height of the element*/
	/*border:1px #ccc solid;	*/
}
.intro#content{
	width: 902px; /*the width of the element*/
	height: 502px; /*the height of the element*/
	border:1px #ccc solid;	
}
