body,html {
	width: 100%;
	height: 100%;
}

#wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#widgets {
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	margin-top: 60px;
	margin-left: 60px;
}

.widget {
	width: 250px;
	height: 250px;
	position: relative;
	float: left;
	margin-right: 60px;
	margin-bottom: 60px;
}

.remove {
	width: 48px;
	height: 48px;
	position: absolute;
	top: -15px;
	right: -15px;
	display: none;
	background-image: url(widgets/close.icon.png);
	background-position: 0px 0px;
}

.title {
	padding-top: 10px;
	text-align: center;
	width: 100%;
	font-family: "arial";
	font-size: 25px;
	color: white;
	text-transform:uppercase;
	text-shadow: black 2px 2px;
}

#widget-popup {
	display: none;
}
#widget-frame {
	width: 850px;
	height: 520px;
	border: none;
}

#widget-add {
	display: none;
}