bkg {
	background-image: url(../images/sw_bkg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
body {
	background-repeat: no-repeat;
}
a:hover {
	color: #4FBCE5;
}

#footer {
       width:1000px;
       margin:0 auto;
       padding:30px 30px 20px;
}
#menusocial {
       height:32px;
       float:right;
       margin:27px 0 0 0;
}
#menusocial li {
       height:32px;
       float:left;
       display:inline;
       margin:0 0 0 9px;
}
#menufacebook {
       width:32px;
       height:32px;
       font-size:12px;
       position:relative;
       overflow:hidden;
       display:inline;
       float:left;
       text-indent:-5000px;
}
#menufacebook span{
       display:block;
       background:url(http://www.nexlearn.com/wp-content/themes/entreprenium/images/icon_facebook.png) no-repeat;
       position:absolute;
       width:100%;
       height:100%;
       cursor:pointer;
}
#menulinkedin {
       width:32px;
       height:32px;
       font-size:12px;
       position:relative;
       overflow:hidden;
       display:inline;
       float:left;
       text-indent:-5000px;
}
#menulinkedin span{
       display:block;
       background:url(http://www.nexlearn.com/wp-content/themes/entreprenium/images/icon_linkedin.png) no-repeat;
       position:absolute;
       width:100%;
       height:100%;
       cursor:pointer;
}
#menutwitter {
       width:32px;
       height:32px;
       font-size:12px;
       position:relative;
       overflow:hidden;
       display:inline;
       float:left;
       text-indent:-5000px;
}
#menutwitter span{
       display:block;
       background:url(http://www.nexlearn.com/wp-content/themes/entreprenium/images/icon_twitter.png) no-repeat;
       position:absolute;
       width:100%;
       height:100%;
       cursor:pointer;
}
#menuflickr {
       width:32px;
       height:32px;
       font-size:12px;
       position:relative;
       overflow:hidden;
       display:inline;
       float:left;
       text-indent:-5000px;
}
#menuflickr span{
       display:block;
       background:url(http://www.nexlearn.com/wp-content/themes/entreprenium/images/icon_flickr.png) no-repeat;
       position:absolute;
       width:100%;
       height:100%;
       cursor:pointer;
}
#menuyoutube {
       width:32px;
       height:32px;
       font-size:12px;
       position:relative;
       overflow:hidden;
       display:inline;
       float:left;
       text-indent:-5000px;
}
#menuyoutube span{
       display:block;
       background:url(http://www.nexlearn.com/wp-content/themes/entreprenium/images/icon_youtube.png) no-repeat;
       position:absolute;
       width:100%;
       height:100%;
       cursor:pointer;
}
#menusocial li a:hover span {
       background-position:0 -32px;
}
