
div#contact-div {
	margin:20px auto;
	height: 400px;
	width: 350px;
	overflow: hidden;
	
}

div#slides {
	margin:20px auto;
	height: 280px;
	width: 350px;
	overflow: hidden;
	border: solid 1px #ccc;
}

div#slides div {
	height: 280px;
	width: 350px;
	text-align: center;
	color: #fff;
}

/* @group global */



p#links {
	padding-top: 50px;
	clear: both;
}


h1 {
	color:#333;
	font-size: 1.8em;
}
.red {
	background: #e40053;
}

.blue {
	background: #0094d5;
}

.green {
	background: #43aa38;
}

/* @end */
