/*	---------------------------------------------------------------
	LINKS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	body {
		background: #fff;
		height: 100%;
	}
	#noScContainer {
		width: 610px;
		height: 100%;
		margin: auto;
		display: block;
	}
	#noScContent {
		vertical-align: middle;
		display: block;
		position: absolute;
		top: 30%;
		text-align: center;
	}	
	
	#container {
		display: none;
	}
	.article {
		font-size: 12px;
		width: 430px;
		text-align: left;
		padding-top: 30px;
	}
		
