/* CSS Document */

.background { color:#FFF; font-family:Verdana, Arial, Helvetica, sans-serif; }

#photodisplayer { float:left; }
#textdisplayer { float:right; }
#textdisplayerleft { text-align:left; width:380px; }
#textdisplayerright { text-align:left; width:380px; }

#clearer { clear:both; }
