BODY		{ background-color: #AAA }
IMG		{ border: 0 }
.center		{ text-align: center }
#validator	{ position: absolute; left: 30%; top: 0 }


#loginForm	{ position: absolute; right: 0; top: 0; width: 20%;
			background-color: #DDD; padding: 5px
		}
.loginInput	{ position: absolute; right: 0; width: 60% }


#tools		{ position: absolute; right: 0; top: 0; width: 15%;
			background-color: #888; padding: 5px
		}


#newsList	{ position: absolute; left: 20%; width: 50%; top: 15% }
.category	{ border: solid grey 2px; padding: 3px; margin-bottom: 2% }
.news		{ background-color: #CCF; padding: 3px; margin-bottom: 1% }
.newsText	{ background-color: #EEE; padding: 3px }
#addNewsForm	{ position: absolute; left: 15%; width: 60%; top: 20% }
#categoriesList	{ position: absolute; left: 1%; top: 20% }
