body{
	background: url(../images/gradient_squares.jpg) repeat left top;
	color: #808185;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.logo{
	width: 360px;
	height: 366px;
	margin: 0 auto;
}

.content{
	width: 360px;
	margin: 0 auto;
}

h1{
	font-size: x-large;
	font-weight: 300;
}

strong{
	color: #BF382E;
}

.connect{
	padding: 20px 0;
	border-bottom: 3px double #808185;
	border-top: 3px double #808185;
	margin-top: 15px;
}