/*
Theme Name: raqsmariam.com
Theme URI: http://raqsmariam.com/
Description: Mariam.
Version: v1.0
Author: raqsmariam.com
Author URI: http://raqsmariam.com/
Tags: mariam

	mariam 
	 http://raqsmariam.com/

	This theme was designed and built by Pertti Eskola,
	whose website you will find at http://blindpixel.net/


*/

@import url("style.css"); 

/* Begin Structure */
body {
	background-image:url(images/tapah_bg.gif);
	background-repeat: repeat-x;
	}
#page #pagebg {
	background-image: url(images/tapah_txtbg.jpg);
	background-repeat: no-repeat;
}
#header {
	background-image: url(images/tapah_logo.jpg);
	background-repeat: no-repeat;
}
#footer {
	background-image: url(images/tapah_bg_footer.jpg);
	background-repeat: no-repeat;
}

a.rollover
{
display:block;
background: url(images/tapah_logo.jpg) no-repeat;
width: 262px;
height: 100px;
}

a.rollover:hover
{
background: url(images/red_glow_logo.jpg) no-repeat ;
text-decoration: none;
}

a.rollover span
{
height: 100px;
width: 262px;
visibility: hidden;
}
/* End Structure */


