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

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

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

}

#menu a {
	color: #EFD400;
}

#menu a:hover {
	color: #FFFFFF;
}

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;
}

.see_also {
	color: #363636;
}

#app_list a{
	color: #8A8A8A;
}

#app_list a:hover{
	color: #BBBABA;
}