* 
{
  margin: 0px;
  padding: 0px;
  border: 0px;
  font-family: sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

body
{
 background: #999999;
}

#title
{
 position: fixed;
 border-bottom: 2px solid #111111;
 font-weight: bold;
 font-size: 5em;
 text-align: center;
 color: #555555;
 width: 100%;
 height: 100px;
 background: #222222;
 z-index: 99;
}

#subtitle
{
 position: fixed;
 font-weight: bold;
 font-size: 1em;
 text-align: center;
 color: #282828;
 top: 78px;
 width: 100%;
 background: none;
 z-index: 100;
}

#bigMove
{
 position: absolute;
 font-weight: bold;
 font-size: 1.5em;
 text-align: center;
 color: #222222;
 top: 110px;
 width: 100%;
 background: none;
 z-index: 1;
}

#me, #ilikeit, #ilikeit2, #content
{
 position: absolute;
 top: 120px;
 font-weight: bold;
 font-size: 14px;
 text-align: center;
 color: #999999;
 height: auto;
 padding-bottom: 60px;
}

#me
{
 left: 0px;
 right: 66%;
}

#ilikeit
{
 left: 33%;
 right: 33%;
}

#ilikeit2
{
 left: 66%;
 right: 0px;
}

#trainingPlan
{
 float: right;
 text-align: center;
 margin: 20px;
}

#content
{
 background: white;
 font-weight: bold;
 font-size: 18px;
 text-align: left;
 color: #333;
 border-radius: 15px; 
 -moz-border-radius: 15px; 
 -webkit-border-radius: 15px; 
 padding: 10px;
 margin: 10px 10px 60px 10px;
 border: 1px solid #888888;
}

#content>p
{
 margin: 10px 10px 10px 20px;
}

#content>h2
{
 font-weight: bold;
 font-size: 24px;
 color: #222222;
 margin: 20px 10px 5px 10px;
}

#content>a, .quote>a, .quoteSource>a
{
 font-weight: bold;
 color: #999999;
}

#bigMove>a, #ilikeit>a, #ilikeit2>a, #me>a
{
	color: white;
	font-weight: bold;
	font-size: 2em;	
	text-align: center; 
	display: block;
	height: auto; 
	width: 50%;
	margin: 0 25%;
	text-decoration: none;
	color: #333;
	padding: 10px;
	border: 1px solid #BFBFBF;
	background-color: white;
	z-index: 2;
	-webkit-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	-moz-box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	box-shadow: 2px 2px 4px rgba(0,0, 0, 0.3);
	-webkit-transition: all 0.5s ease-in;
	-webkit-transform: rotate(-362deg); 
	-moz-transition-duration: 1s;
	-moz-transform: rotate(-362deg); 
}

#bigMove>a:hover, #ilikeit>a:hover, #ilikeit2>a:hover, #me>a:hover 
{ 
	-webkit-transform: scale(1.25); 
	-moz-transform: scale(1.25); 
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.5); 
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.5); 
	position: relative; 
	height: auto; 
	z-index: 999; 
}

#footer, #footer>a
{
	font-size: 18px;
	color: #333;
}

#footer
{
	position: fixed;
	background: #222222;
	bottom: 0px;
	height: 35px;
	width: 100%;
	text-align: right;
	z-index: 99;
}

.quote
{
 font-style: italic;
 margin: 0px 50px;
}

.quoteSource
{
 font-size: 10px;
 font-weight: bold;
 text-align: right;
}

#thePasswordTry
{
 border: 1px solid grey;
}

#passwordError
{
 font-size: 16px;
 font-weight: bold;
 color: red;
}

#passwordCorrect
{
 font-size: 24px;
 font-weight: bold;
 color: black;
}