body{
	background:linear-gradient(red,black);
        background-repeat:no-repeat;
	background-attachment:fixed;
	background-size:100%;
	background-position:0px 0px;
	border: None;
        padding: 50px;
        background-clip: padding-box;
}

h1 {
	text-indent:80px;
	color:white;
	font-size:30;
}

h2 {
        text-indent:200px;
        color:white;
        font-size:30;
}
p  {
	background-color:gray;
	background-size:1600px 1600px;
	position:static;
        text-indent:80px;
	color: black;
	font-size:30px;
	text-align:justified;
	
}
p  {
	text-indent:300px;
	
}
p  {
	background-image:url("file:///C:/Users/AMIT/Dropbox/html/ecucircos2.jpg")
    background-repeat:no-repeat;
   
	}   

