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

body{
margin: 0px auto;
position: relative;
width: 100%;
background: #000;
}

#container{
margin: 0px auto;
width: 950px;
}

#content{
margin: 0px auto;
}

#content ul{
}

#content li{
float: left;
}

img{
border: 0;
}

#themeparks
{
  display: block;
  width: 139px;
  height: 131px;
  background: url("images/I-love-theme-parks.png") no-repeat 0 0;

}

#themeparks:hover
{ 
  background-position: 0 -131px;
}

#themeparks span
{
  display: none;
}

#aggtw
{
  display: block;
  width: 139px;
  height: 131px;
  background: url("images/a-girls-guide-to-whatever.png") no-repeat 0 0;

}

#aggtw:hover
{ 
  background-position: 0 -131px;
}

#aggtw span
{
  display: none;
}

#followontwitter
{
  display: block;
  width: 140px;
  height: 131px;
  background: url("images/follow-me-on-twitter-here.png") no-repeat 0 0;

}

#followontwitter:hover
{ 
  background-position: 0 -131px;
}

#followontwitter span
{
  display: none;
}

#twittershow
{
  display: block;
  width: 140px;
  height: 131px;
  background: url("images/watch-my-twitter-show.png") no-repeat 0 0;

}

#twittershow:hover
{ 
  background-position: 0 -131px;
}

#twittershow span
{
  display: none;
}

#readblog
{
  display: block;
  width: 137px;
  height: 131px;
  background: url("images/read-my-blog.png") no-repeat 0 0;

}

#readblog:hover
{ 
  background-position: 0 -131px;
}

#readblog span
{
  display: none;
}

#enjoyhtmlcss
{
  display: block;
  width: 139px;
  height: 131px;
  background: url("images/I-enjoy-html-css.png") no-repeat 0 0;

}

#enjoyhtmlcss:hover
{ 
  background-position: 0 -131px;
}

#enjoyhtmlcss span{
  display: none;
}

span{
display: none;
}



