p{
	font-size:14px;
}

body{
	background-color:red;
	background-image:url('bg.png');
	background-repeat:no-repeat;
	background-position:top right;
	background-attachment:fixed;
	background:url('bg.png') red top right no-repeat fixed;
}