referencing the current user in a page i created in wordpress

You can use following..

global $current_user;
get_currentuserinfo();

Than you can access everything as

$current_user->user_login,$current_user->user_email...

Here is explanation…
http://codex.wordpress.org/Function_Reference/get_currentuserinfo