@charset "UTF-8";
/* CSS Document */

body {
	width: 619px;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-family: helvetica, arial, verdana, sans-serif;
	color: #666666;
}
	
#logo {
	width: 411px;
	height: 411px;
	margin: 200px auto 50px;
	background: url(images/so-image-001.gif) no-repeat;
}

#text {
	width: 659px;
	margin: 0 auto;
	border-top: 1px solid #CCC;
}

#text p {
	padding-top:20px;
	text-align: center;
}
	
#text a { color: #333333;}

#text a:hover { color: #EF3E42;}	