
.Cyxi{
    background: url("imgs/yxi.png") no-repeat;
	background-repeat: no-repeat; background-position: 100% 0%
}
* html .Cyxi{
    background: none; 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/yxi.png");   
}

.Cfon-right{
	width: 5000;
    background: url("imgs/fon-right.png") no-repeat;
	background-position: 100% 100%;
}
* html .Cfon-right{
    background: none; 
		width: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/fon-right.png");   
}

.Cfon-left{
    background: url("imgs/fon-left.png") no-repeat;
    background-repeat: repeat-y; background-position: left;
}
* html .Cfon-left{
    background: none; 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/fon-left.png");   
}

.Ctop-note{
    background: url("imgs/top-note.png") no-repeat;
    background-repeat: no-repeat; background-position: top; align: center;
}
* html .Ctop-note{
    background: none; 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/top-note.png");   
}

.Cbottom-notepad{
    background: url("imgs/bottom-notepad.png") no-repeat;
       background-repeat: no-repeat; background-position: 100% 100%;
}
* html .Cbottom-notepad{
    background: none; 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/bottom-notepad.png");   
}

.Cbottom-flower{
    background: url("imgs/bottom-flower.png") no-repeat;
      background-repeat: no-repeat; background-position: 100% 100%;
}
* html .Cbottom-flower{
    background: none; 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/bottom-flower.png");   
}

.Cdjs{
    background: url("imgs/djs.png") no-repeat;
      
}
* html .Cdjs{
    background: none; 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/djs.png");   
}

.Cmicrophone{
    background: url("imgs/microphone.png") no-repeat;
      
}
* html .Cmicrophone{
    background: none; 
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="imgs/microphone.png");   
}

