#container #left {
	width: 500px;
	margin: 0 55px 0 0;
	float: left;
}

	#container #welcome {
		width: 500px;
		height: 210px;
		position: relative;
	}
	
		#container #welcome a img {
			border: 0;
			position: absolute;
			bottom: 0;
			right: 0;
		}
		
	#container #blog { width: 485px; padding-left: 0;}
		
#container #right {
	width: 280px;
	font-size: 12px;
	line-height: 16px;
	float: right;
}

	#container #right #buttons ul {
		margin: 0;
		padding: 0;
		background: #FFFFFF;
	}
	#container #right #buttons ul li {
		list-style: none;
	}

		#container #right #buttons ul li a {
			height: 70px;
			color: #555555;
			text-decoration: none;
			padding: 14px 24px 16px 75px;
			display: block;
		}
					
			#container #right #buttons ul li.separate {
				width: 100%;
				margin: 1px 0;
			}
			
				#container #right #buttons ul li.separate.solid { border-top: 1px solid #c0c0c0; }
				#container #right #buttons ul li.separate.dotted { border-top: 1px dotted #c0c0c0; }
	
			#container #right #buttons ul li a.opencompetition {
				background: #ececec url(../img/home-button-icon-opencompetition.png) 25px 38px no-repeat;
			}
	
				#container #right #buttons ul li a.opencompetition:hover {
					background: #EDEDED url(../img/home-button-icon-opencompetition-hover.png) 25px 38px no-repeat;
				}
				
			#container #right #buttons ul li a.meetup {
				background: #ececec url(../img/home-button-icon-meetup.png) 25px 41px no-repeat;
			}
			
				#container #right #buttons ul li a.meetup:hover {
					background: #EDEDED url(../img/home-button-icon-meetup-hover.png) 25px 41px no-repeat;
				}
			
			#container #right #buttons ul li a.techstars {
				height: 61px;
				background: #ececec url(../img/home-button-icon-techstars.png) 25px 41px no-repeat;
				padding: 23px 23px 17px 75px;
			}
			
				#container #right #buttons ul li a.techstars:hover {
					background: #EDEDED url(../img/home-button-icon-techstars-hover.png) 25px 41px no-repeat;
				}

#container #right #sponsors {
	padding: 40px 0 0 0;
}

	#container #right #sponsors img { margin-bottom: 20px; }
	#container #right #sponsors img.sponsor { text-align: center; }
	#container #right #sponsors img.sponsor.svb { border-top: 1px solid #CCCCCC; padding-top: 20px; margin-bottom: 30px; }
	
#container #right #twitter {
	width: 256px;
	padding: 12px;
	background: #F9F9F9 url(../img/home-twitter-bird.png) 231px 8px no-repeat;
	border: 1px solid #CCCCCC;
	position: relative;
	margin: 10px 0 0 0;
}

	#container #right #twitter .point {
		width: 9px;
		height: 15px;
		background: url(../img/home-twitter-point.png);
		position: absolute;
		left: -9px;
	}
	
	#container #right #twitter .timeago {
		text-align: right;
		font-weight: bold;
		margin: 7px 0 0 0;
	}
	
		#container #right #twitter .timeago a { color: #7C7C7C;	text-decoration: none; }
		#container #right #twitter .timeago a:hover { text-decoration: underline; }
	
#container #right #announcements {
	padding: 40px 0 0 0;
	font-weight: bold;
	line-height: 20px;
	color: #3f3f3f;
}