/*default theme*/
body{
	background:#32383f url(../images/background/page_tile_12.png);
}

/*centered and fixed background image*/
/*body{
	background:#32383f url(../images/background/bg03.png) fixed center top;
}*/

/*
there are 13 different patterns available.
just replace "page_tile_12.png" file name to;

-  page_tile_0.png
-  page_tile_1.png
-  page_tile_2.png
-  page_tile_3.png
-  page_tile_4.png
-  page_tile_5.png
-  page_tile_6.png
-  page_tile_7.png
-  page_tile_8.png
-  page_tile_9.png
-  page_tile_10.png
-  page_tile_11.png
-  page_tile_12.png

and you can apply what color you like for background.
but there is five choosen color that we think looks really good.
to change background color just replace this "#32383f" to one of (or what do you like) given at below

- #192764
- #321964
- #4e1964
- #0a4690
- #332915

background images? sure we had there several options for you. 
the files located under images/background folder and the names below.

- bg01.jpg
- bg02.jpg
- bg03.jpg
- bg04.jpg
- bg05.jpg

to apply complete background image just do this : background:#32383f url(../images/background/bg03.png) fixed center top;

enjoy!

*/

.aaaa_link {
	color: #CCC;
}
