/*specifics styles*/
body {
	background-color: #FAFAFA;
}

#header{
	background-image: url('images/header.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#body{
	background-image: url('images/content_gradient.png');
	background-repeat: repeat-x;
	background-color: #FAFAFA;
}

#page {
	background-image: url('images/page_background.png');
	background-repeat: no-repeat;

}

#page .link {
	color: #573585;
	text-decoration: none;
}



#menu a {
	color: #573585;
}

#menu a:hover {
	color: #7D62A0;
}

a.store_button {
	background-image: url('images/store_button.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

a.store_button:hover {
	background-image: url('images/store_button.png');
	background-repeat: no-repeat;
	background-position: 0px -45px;
}

#copyright{
	color: #9D9D9D;
}

#copyright a{
	
	color: #9D9D9D;
}

.see_also {
	color: #9D9D9D;
}

#app_list a{
	color: #575757;
}

#app_list a:hover{
	color: #3A3A3A;
}