@charset "UTF-8";
/* CSS Document */

#mainheadingcards {
	font-size:0.9em;
        top:20px;
	width:230px;
}



/******transparent area*******/

#diylink { 
		position: absolute; 
		top: 470px; 
		left: 143px; 
		width: 165px; 
		height: 160px; 
		background-color: transparent; 
}

/******poster card images start*******/
#main-card-letus {
        height:515px;
        width:585px;
        margin-right: 10px;
	float:left;
	background:url(../images/image_card_letus.jpg) bottom;
	background-repeat: no-repeat;
}

#main-card-postbox {
        height:515px;
        width:585px;
        margin-right: 10px;
	float:left;
	background:url(../images/image_card_postbox.jpg) bottom;
	background-repeat: no-repeat;
}

#main-card-yourcomments {
        height:515px;
        width:585px;
        margin-right: 10px;
	float:left;
	background:url(../images/image_card_yourcomments.jpg) bottom;
	background-repeat: no-repeat;
}

#main-card-votehere {
        height:515px;
        width:585px;
        margin-right: 10px;
	float:left;
	background:url(../images/image_card_votehere.jpg) bottom;
	background-repeat: no-repeat;
}


/******poster card images end*******/

/******transparent buttons start*******/

#plus201 { 
		position: absolute; 
		top: 130px; 
		left: 345px; 
		width: 40px; 
		height: 40px; 
		background-color: transparent; 
}

#plus202 { 
		position: absolute; 
		top: 130px; 
		left: 515px; 
		width: 40px; 
		height: 40px; 
		background-color: transparent; 
}

#plus203 { 
		position: absolute; 
		top: 380px; 
		left: 345px; 
		width: 40px; 
		height: 40px; 
		background-color: transparent; 
}

#plus204 { 
		position: absolute; 
		top: 380px; 
		left: 515px; 
		width: 40px; 
		height: 40px; 
		background-color: transparent; 
}

#minus { 
		position: absolute; 
		top: 130px; 
		left: 345px; 
		width: 50px; 
		height: 50px; 
		background-color: transparent; 
}

/******caption blocks start*******/



#letusblock { 
		position: absolute; 
		top: 450px; 
		left: 155px; 
		width: 74px; 
		height: 95px; 
		background-color: transparent; 
}

#postboxblock { 
		position: absolute; 
		top: 450px; 
		left: 235px; 
		width: 74px; 
		height: 95px; 
		background-color: transparent; 
}

#yourcommentsblock { 
		position: absolute; 
		top: 550px; 
		left: 156px; 
		width: 74px; 
		height: 96px; 
		background-color: transparent; 
}

#votehereblock { 
		position: absolute; 
		top: 550px; 
		left: 235px; 
		width: 74px; 
		height: 95px; 
		background-color: transparent; 
}

#pluspostcardhome { 
		position: absolute; 
		top: 150px; 
		left:400px; 
		width: 300px; 
		height:480px; 
		background-color: transparent; 
}




/******caption blocks end*******/












