When I view the source of your pages its clear you are using some older version of mojoPortal. I can tell because its including separate css files instead of using the csshandler.ashx which combines and minifies them.
The problem with the test page seems obvious if you view the source of the rendered page. You are not including all the css files but only the stylemeu.css
You should include style.css and styletext.css in your Test.aspx page.
Hope it helps,
Joe