/* General *******************************************************************/
body 

{
	background-color: #000000;
    color: #FC0;
    font-family: 'ArialMT', 'Arial', 'sans-serif';
    font-size: 15px;
}

a:link, a:visited, a:active  

{
    text-decoration:    none;
    color:  #FC0;
}

a:hover 

{
    text-decoration:    none;
    color:  #F60;
}


img{
	border:0px;
}

/* Menus *********************************************************************/



#menuBar

{
	background-color: #000000;
	text-align: center;
}



/* Content ********************************************************************/

#content
{
	
}

#text
{
	height:640px;
	width:400px;
}

#linkAppStore
{
	text-align: center;
	color: orange;
}

#container_title
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size:34px;
	background-color:#FCF;
	border-color: black;
	border-width:1px;
}


#container_quotes
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color:#FCF;
	border-color: black;
	border-width:1px;
}

#container_content
{
	height:640px;
	width:640px;
	margin-left: auto;
	margin-right: auto;
}



#table_content
{
	background-color:#CCCCCC;
}

td

{
	vertical-align:top;
}

#pane_welcome
{

}



#form_loginPane
{
	text-align: center;
}

/* Header *********************************************************************/



#header

{
	text-align: center;
}



/* Footer *********************************************************************/



#footer

{
	text-align: center;
}



/* Copyright ******************************************************************/



#copyright

{
	text-align: center;
	font-size: x-small;
}
