@charset "UTF-8";

html,body{
	height:100%;
}
body {
background-image: url(../images/paper.jpg);
	background-repeat: repeat;
	padding: 0px; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 13px;
}

a:link {text-decoration: none; color: #6196e6;}
a:visited {text-decoration: none; color: #6196e6;}
a:active {text-decoration: none; color: #6196e6;} /*092869 */
a:hover {text-decoration: none; color: #6196e6; text-decoration: underline; } /*092869 */

#wrapper {margin-top: 0px; width: 1100px; margin-left: auto; margin-right: auto; background: #FFFDF3; padding: 0px 0px;}

#sdgcontent {color: #FFFFFF; font-size: 12px; line-height: 16px; width: 1100px; padding-top: 0px;}


