	body{		font-family: Verdana, Arial, sans-serif;		font-size:10px;		margin:0px;		padding:0px;		height:100%;		width:100%;	}			#mainContainer{		width:900px;		margin:0 auto;		text-align:left;		height:100%;				padding-bottom:30px;		color: #222;	}		#header{	/* Header at the top of the demo */		background-color:#ffffff;		height:100px;		width: 900px;		background-image:url(../images/logo.png);		background-position:right;		background-repeat:no-repeat;		position:relative;		font-size: 145%;	}				#header a{	font-family:Verdana, Arial, Helvetica, sans-serif;		color: #80c6db;		text-decoration:none;		}		#options{	/* Header at the top of the demo */		background-color:#ffffff;		height:25px;		width: 900px;		position:relative;		font-size: 145%;	}		#options a{	font-family:Verdana, Arial, Helvetica, sans-serif;		color: #3366cc;		text-decoration:none;		}					.dragableBox{	/* The RSS box */				background-color:#FFF;		margin:5px;		border-right:2px solid #AAA;	/* "Shadow "*/		border-bottom:2px solid #AAA;	/* "Shadow " */	}		/* A div inside the rss box - with a blue border */	.dragableBoxInner{	/*	border:1px solid #317082;*/	}	.dragableBoxHeader{	/* Header inside RSS box */		background-color:#99ccff;		height:20px;		font-weight:bold;		color: #222;	}	.dragableBoxHeader span{	/* Text inside header of RSS box */		line-heigth:20px;	}	.dragableBoxHeader img,.dragableBoxHeader span{	/* Text and reload image inside RSS box */		float:left;	}	.boxItemHeader{	/* Title of items inside dragable boxes */				margin:0px;		color:#222;		text-decoration:none;		overflow:hidden;	}		.boxItemHeader:hover{	/* Title of items inside dragable boxes - mouseover*/		margin:0px;		color:#222;		text-decoration:underline;	}	.dragableBoxHeader input{	/* text inputs that gets visible when you click on the "edit" link at the top of a rss box */		font-size:10px;		}		.rssNumberOfItems{	/* Number of RSS items in header - the one inside parantheses */		color:#222;	}	.dragableBoxContent{	/* DIV holding data inside dragable boxes */		padding:3px;		clear:both;	}	#rectangleDiv{	/* Dotted rectangle indicating where objects will be dropped */		border:1px dotted red;		margin:5px;	}		.closeButton{	/* Close button */		padding:2px;		border:1px solid #317082;		line-height:9px;		height:9px;		margin:2px;		color:#317082;		padding:2px;		padding-bottom:3px;	}	.closeButton_over{	/* Close button - mouse over */		padding:2px;		border:1px solid #317082;		line-height:9px;		padding:2px;		padding-bottom:3px;		margin:2px;			background-color:#317082;		color:#FFF;	}	.dragableBoxStatusBar{	/* Status bar at the bottom of rss boxes */		border-top:1px solid #99ccff;		height:14px;		background-color:#fff;		padding:2px;	}		.dragableBoxEditLink{	/* Edit link on top of a box */		color:#317082;		text-decoration:none;		padding-top:1px;	}	.dragableBoxEditLink:hover{	/* Edit link - mouse over */		color:red;		text-decoration:underline;	}	form{	/* No borders in forms */		display:inline;	}		#addNewFeed{	/* The white box at the top right corner where you can add a new RSS feed */		float:center;		width:300px;		background-color:#FFF;		border:1px solid #99ccff;		padding:2px;		margin-right:2px;		margin-top:2px;				font-size:10px;		margin:0px;		padding:0px;	}		img{		border:0px;		}