@charset "UTF-8";
/* CSS Document */
#aboutustop
{
	background-image: url(../images/bg03.png);
	background-position:center top;
}

#nadia
{
	text-align: right;
}









/*****For desktop*****/
@media only screen and (min-width :601px)
{
	#aboutus
	{
		background-image: url(../images/bg18.png);
		background-position:right bottom;
		background-attachment:local;
		background-repeat:no-repeat;
	}
}

/*****For mobile*****/
@media only screen and (max-device-width : 600px), (max-width : 600px)
{
	#aboutus
	{
		background-image: url(../images/bg18mobile.png);
		background-position:right bottom;
		background-attachment:local;
		background-repeat:no-repeat;
	}
}
