/*	
	protocast css definitions
	author: triknine
	
	section: layout css definition (specific by name or ids definitions)
*/

html {
	min-height:100%; width:100%;
	margin-left:0px; margin-right:0px;
	margin-top:0px; margin-bottom:0px;
}
body {
	margin-left:0px; margin-right:0px;
	margin-top:0px; margin-bottom:0px;
	background-color:#cedada;
	min-height:100%; width:100%;
	background-image:url(_structuredimages/backgrounds/bg.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	
	font-family: verdana, sans-serif;
	font-size:10px; color#222222;
}
img {border-style:none;}