#version 130
void main()
{
	gl_FragColor = vec4(0.02, 0.02, 0.04, 1.0);
}