.box
{
width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
display: block;
margin-top:25px;
position:relative;
}

body
{
background-image: url("stars.gif");
background-color: black;
height: 100%;
margin: 0px;
background-repeat: repeat;
background-attachment: fixed;
-webkit-animation-name: scroll;
-webkit-animation-duration: 1200s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: normal;
-webkit-animation-play-state: running;
animation-name: scroll;
animation-duration: 1200s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: normal;
animation-play-state: running;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes scroll
{
    0%   {background-position: 0% 0;}
    100% {background-position: 30000% 0;}
}

/* Standard syntax */
@keyframes scroll {
    0%   {background-position: 0% 0;}
    100% {background-position: 30000% 0;}
	}

p
{
font-family: "Comic Sans MS", "Comic Sans", cursive;
color:white;
margin-bottom:0px;
margin-top:0px;
}

li
{
font-family: "Comic Sans MS", "Comic Sans", cursive;
color:white;
margin-bottom:0px;
margin-top:0px;
}

marquee
{
font-family: "Comic Sans MS", "Comic Sans", cursive;
color:white;
border-style: double;
border-width: 3px;
}

h1
{
font-family: "Comic Sans MS", "Comic Sans", cursive;
color:white;
}

h2
{
font-family: "Comic Sans MS", "Comic Sans", cursive;
color:white;
margin-top:0px;
}

h3
{
font-family: "Comic Sans MS", "Comic Sans", cursive;
color:white;
margin-bottom:0px;
margin-top:0px;
}

#twitter
{
position:fixed;
right:10px;
bottom:10px;
transition:width 0.2s, height 0.2s, transform 0.2s;
-webkit-transition:width 0.2s, height 0.2s, transform 0.2s;
}

#twitter:hover
{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
}

#videos
{
transition:width 0.2s, height 0.2s, transform 0.2s;
-webkit-transition:width 0.2s, height 0.2s, transform 0.2s;
margin-top:100px;
}

#guides
{
transition:width 0.2s, height 0.2s, transform 0.2s;
-webkit-transition:width 0.2s, height 0.2s, transform 0.2s;
}

#videos:hover
{
transform:scale(1.5,1.5);
-webkit-transform:scale(1.5,1.5);
margin-top:100px;
}

#video:active
{
}

#guides:active
{
}

#guides:hover
{
transform:scale(1.5,1.5);
-webkit-transform:scale(1.5,1.5);
}

.menu
{
padding: 0px;
}

.avatar
{
height: 12%;
width: 12%;
transition:width 0.2s, height 0.2s, transform 0.2s;
-webkit-transition:width 0.2s, height 0.2s, transform 0.2s;
}

.avatar:hoverz
{
transform:scale(1.1,1.1);
-webkit-transform:scale(1.1,1.1);
}

.vauva
{
-moz-transform: scaleX(-1);
-o-transform: scaleX(-1);
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
filter: FlipH;
-ms-filter: "FlipH";
}