body		{color: white;
			font-family: verdana;
			font-size: x-small;
			background: url(tetris.jpg);
			}
a			{color: white;}
a:hover		{color: yellow;}
div.castle	{margin:auto;
			width: 500px;
			text-align: center;}
div.items	{width: 80%;
			margin-left: auto;
			margin-right: auto;
			background-color: white;}
div.item 	{padding: 10px;
			float: left;
			padding: 10px;
			overflow: hidden;
			background-color: #6633FF;
			max-width: 40%;}

/* Height */
div.item:nth-child(5n+1) {height: 300px;}
div.item:nth-child(5n+2) {height: 250px;}
div.item:nth-child(5n+3) {height: 200px;}
div.item:nth-child(5n+4) {height: 150px;}
div.item:nth-child(5n+5) {height: 100px;}

/* Width */
div.item:nth-child(5n+3) {width: 150px;}
div.item:nth-child(5n+4) {width: 175px;}
div.item:nth-child(5n+5) {width: 200px;}
div.item:nth-child(5n+6) {width: 225px;}
div.item:nth-child(5n+7) {width: 250px;}

/* Float */
div.item:nth-child(3n+1) {float: left;}
div.item:nth-child(3n+2) {float: right;}
div.item:nth-child(3n+3) {float: right;}

/* Clear */
div.item:nth-child(7n+7) {clear: left;}
div.item:nth-child(5n+8) {clear: right;}


/* Colors */
div.item:nth-child(2n+1) {background-color: #CC33FF;}
div.item:nth-child(2n+2) {background-color: #33CCFF;}
div.item:nth-child(9n+3) {background-color: #2EB800;}
div.item:nth-child(9n+4) {background-color: #9C4F4F;}
div.item:nth-child(9n+5) {background-color: #99B3CC;}
div.item:nth-child(9n+6) {background-color: #9999CC;}
div.item:nth-child(9n+8) {background-color: #CC99CC;}
div.item:nth-child(9n+9) {background-color: #B800F5;}
div.item:nth-child(9n+10) {background-color: #FF6633;}
