body {
	margin: 0;
	text-align: center;
	padding: 0;
	background: #129ed9;
	font-family: "Helvetica";
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}


a {
	color: #c5d9e1;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: underline;
}

a img {
	border: 0;
}

#container {
	margin: 0 auto;
	background: url(/sbmedia/images/home/bg_simp.jpg) no-repeat;
	width: 1024px;
	height: 820px;
	padding: 0;
	text-align: left;
	margin-top: 0px;
}

#logo {
	height:60px;
}

#logo_text {
	margin-left: 5px;
}

#icon {
	margin-left: 95px;
	margin-top: 15px;
}

/**
 * Login
 */
#login {
	float: right;
	width: 100px;
	margin-right: 45px;
}


/**
 * Title
 */
#tagline {
	margin-top: 43px;
	color: #666;
}

#tagline h1 {
	font-size: 32px;
	text-align: center;
	font-variant:small-caps;
	letter-spacing:2px;
	font-family:"Trebuchet MS";
}

#tagline h1 .highlight {
	color: #2685bc;
	font-size: 36px;
}

/**
 * Demo buttons
 */
#buttons {
	width: 750px;
	text-align: center;
	margin-left: 160px;
}

#buttons td {
	text-align: center;
}

td.button {
	width: 305px;
}

td.or {
	color: #CCC;
	font-size: 28px;
}

td#ext_info img{
	margin-left: -50px;
}

/**
 * Blog communities
 **/
#blogger {
	width: 1024px;
	padding-top: 35px;
	text-align: center;
}

#blogger h2 {
	font-family:"Trebuchet MS";
	color: #FFF;
	font-size: 24px;
}

#blogger h2 .blog_tagline {
	color: #c5d9e1;
	font-size: 16px;
	margin-left: 8px;
}

#blogger h2 .blog_tagline a {
	text-decoration: underline;
	color: #c5d9e1;
	letter-spacing:1px;
}

#blogger h2 .blog_tagline a:hover {
	color: #FFF;
}


/**
 * Footer
 **/

#footer {
	margin-top: 100px;
	margin-left: 45px;	
	font-size: 16px;
	text-align: left;
	width: 900px;
}

.footer_item {
	/*float: left;*/
	display:inline;
	margin-left: 35px;
}

.footer-left {
	float: left;
	width: 300px;
}

.footer-right {
	float: right;
	width: 300px;
	text-align: right;
}

